#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 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); } }; // 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_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.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.String struct String_t; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_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* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; 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 // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 : public RuntimeObject { public: public: }; struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Memory.MemoryAllocator::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CDefaultU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_0() { return static_cast(offsetof(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields, ___U3CDefaultU3Ek__BackingField_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CDefaultU3Ek__BackingField_0() const { return ___U3CDefaultU3Ek__BackingField_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CDefaultU3Ek__BackingField_0() { return &___U3CDefaultU3Ek__BackingField_0; } inline void set_U3CDefaultU3Ek__BackingField_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CDefaultU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Memory`1 struct Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 { 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_t3232108BC547E6E6D76B052248C41BE34889A556, ____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_t3232108BC547E6E6D76B052248C41BE34889A556, ____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_t3232108BC547E6E6D76B052248C41BE34889A556, ____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.Transforms.BicubicResampler struct BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 { public: union { struct { }; uint8_t BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7__padding[1]; }; public: }; // 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); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler struct BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 { public: union { struct { }; uint8_t BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::bspline float ___bspline_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::cardinal float ___cardinal_1; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_8; public: inline static int32_t get_offset_of_bspline_0() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___bspline_0)); } inline float get_bspline_0() const { return ___bspline_0; } inline float* get_address_of_bspline_0() { return &___bspline_0; } inline void set_bspline_0(float value) { ___bspline_0 = value; } inline static int32_t get_offset_of_cardinal_1() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___cardinal_1)); } inline float get_cardinal_1() const { return ___cardinal_1; } inline float* get_address_of_cardinal_1() { return &___cardinal_1; } inline void set_cardinal_1(float value) { ___cardinal_1 = value; } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_8() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___U3CRadiusU3Ek__BackingField_8)); } inline float get_U3CRadiusU3Ek__BackingField_8() const { return ___U3CRadiusU3Ek__BackingField_8; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_8() { return &___U3CRadiusU3Ek__BackingField_8; } inline void set_U3CRadiusU3Ek__BackingField_8(float value) { ___U3CRadiusU3Ek__BackingField_8 = value; } }; struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::CatmullRom CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___CatmullRom_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Hermite CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Hermite_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::MitchellNetravali CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___MitchellNetravali_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Robidoux CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Robidoux_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::RobidouxSharp CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___RobidouxSharp_6; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Spline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Spline_7; public: inline static int32_t get_offset_of_CatmullRom_2() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___CatmullRom_2)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_CatmullRom_2() const { return ___CatmullRom_2; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_CatmullRom_2() { return &___CatmullRom_2; } inline void set_CatmullRom_2(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___CatmullRom_2 = value; } inline static int32_t get_offset_of_Hermite_3() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Hermite_3)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Hermite_3() const { return ___Hermite_3; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Hermite_3() { return &___Hermite_3; } inline void set_Hermite_3(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Hermite_3 = value; } inline static int32_t get_offset_of_MitchellNetravali_4() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___MitchellNetravali_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_MitchellNetravali_4() const { return ___MitchellNetravali_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_MitchellNetravali_4() { return &___MitchellNetravali_4; } inline void set_MitchellNetravali_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___MitchellNetravali_4 = value; } inline static int32_t get_offset_of_Robidoux_5() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Robidoux_5)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Robidoux_5() const { return ___Robidoux_5; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Robidoux_5() { return &___Robidoux_5; } inline void set_Robidoux_5(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Robidoux_5 = value; } inline static int32_t get_offset_of_RobidouxSharp_6() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___RobidouxSharp_6)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_RobidouxSharp_6() const { return ___RobidouxSharp_6; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_RobidouxSharp_6() { return &___RobidouxSharp_6; } inline void set_RobidouxSharp_6(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___RobidouxSharp_6 = value; } inline static int32_t get_offset_of_Spline_7() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Spline_7)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Spline_7() const { return ___Spline_7; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Spline_7() { return &___Spline_7; } inline void set_Spline_7(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Spline_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.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_4() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5, ___U3CRadiusU3Ek__BackingField_4)); } inline float get_U3CRadiusU3Ek__BackingField_4() const { return ___U3CRadiusU3Ek__BackingField_4; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_4() { return &___U3CRadiusU3Ek__BackingField_4; } inline void set_U3CRadiusU3Ek__BackingField_4(float value) { ___U3CRadiusU3Ek__BackingField_4 = value; } }; struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos2 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos2_0; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos3 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos3_1; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos5 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos5_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos8 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos8_3; public: inline static int32_t get_offset_of_Lanczos2_0() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos2_0)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos2_0() const { return ___Lanczos2_0; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos2_0() { return &___Lanczos2_0; } inline void set_Lanczos2_0(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos2_0 = value; } inline static int32_t get_offset_of_Lanczos3_1() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos3_1)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos3_1() const { return ___Lanczos3_1; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos3_1() { return &___Lanczos3_1; } inline void set_Lanczos3_1(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos3_1 = value; } inline static int32_t get_offset_of_Lanczos5_2() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos5_2)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos5_2() const { return ___Lanczos5_2; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos5_2() { return &___Lanczos5_2; } inline void set_Lanczos5_2(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos5_2 = value; } inline static int32_t get_offset_of_Lanczos8_3() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos8_3)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos8_3() const { return ___Lanczos8_3; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos8_3() { return &___Lanczos8_3; } inline void set_Lanczos8_3(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos8_3 = 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.Numerics.Matrix4x4 struct Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A { public: // System.Single System.Numerics.Matrix4x4::M11 float ___M11_0; // System.Single System.Numerics.Matrix4x4::M12 float ___M12_1; // System.Single System.Numerics.Matrix4x4::M13 float ___M13_2; // System.Single System.Numerics.Matrix4x4::M14 float ___M14_3; // System.Single System.Numerics.Matrix4x4::M21 float ___M21_4; // System.Single System.Numerics.Matrix4x4::M22 float ___M22_5; // System.Single System.Numerics.Matrix4x4::M23 float ___M23_6; // System.Single System.Numerics.Matrix4x4::M24 float ___M24_7; // System.Single System.Numerics.Matrix4x4::M31 float ___M31_8; // System.Single System.Numerics.Matrix4x4::M32 float ___M32_9; // System.Single System.Numerics.Matrix4x4::M33 float ___M33_10; // System.Single System.Numerics.Matrix4x4::M34 float ___M34_11; // System.Single System.Numerics.Matrix4x4::M41 float ___M41_12; // System.Single System.Numerics.Matrix4x4::M42 float ___M42_13; // System.Single System.Numerics.Matrix4x4::M43 float ___M43_14; // System.Single System.Numerics.Matrix4x4::M44 float ___M44_15; public: inline static int32_t get_offset_of_M11_0() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___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(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___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_M13_2() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M13_2)); } inline float get_M13_2() const { return ___M13_2; } inline float* get_address_of_M13_2() { return &___M13_2; } inline void set_M13_2(float value) { ___M13_2 = value; } inline static int32_t get_offset_of_M14_3() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M14_3)); } inline float get_M14_3() const { return ___M14_3; } inline float* get_address_of_M14_3() { return &___M14_3; } inline void set_M14_3(float value) { ___M14_3 = value; } inline static int32_t get_offset_of_M21_4() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M21_4)); } inline float get_M21_4() const { return ___M21_4; } inline float* get_address_of_M21_4() { return &___M21_4; } inline void set_M21_4(float value) { ___M21_4 = value; } inline static int32_t get_offset_of_M22_5() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M22_5)); } inline float get_M22_5() const { return ___M22_5; } inline float* get_address_of_M22_5() { return &___M22_5; } inline void set_M22_5(float value) { ___M22_5 = value; } inline static int32_t get_offset_of_M23_6() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M23_6)); } inline float get_M23_6() const { return ___M23_6; } inline float* get_address_of_M23_6() { return &___M23_6; } inline void set_M23_6(float value) { ___M23_6 = value; } inline static int32_t get_offset_of_M24_7() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M24_7)); } inline float get_M24_7() const { return ___M24_7; } inline float* get_address_of_M24_7() { return &___M24_7; } inline void set_M24_7(float value) { ___M24_7 = value; } inline static int32_t get_offset_of_M31_8() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M31_8)); } inline float get_M31_8() const { return ___M31_8; } inline float* get_address_of_M31_8() { return &___M31_8; } inline void set_M31_8(float value) { ___M31_8 = value; } inline static int32_t get_offset_of_M32_9() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M32_9)); } inline float get_M32_9() const { return ___M32_9; } inline float* get_address_of_M32_9() { return &___M32_9; } inline void set_M32_9(float value) { ___M32_9 = value; } inline static int32_t get_offset_of_M33_10() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M33_10)); } inline float get_M33_10() const { return ___M33_10; } inline float* get_address_of_M33_10() { return &___M33_10; } inline void set_M33_10(float value) { ___M33_10 = value; } inline static int32_t get_offset_of_M34_11() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M34_11)); } inline float get_M34_11() const { return ___M34_11; } inline float* get_address_of_M34_11() { return &___M34_11; } inline void set_M34_11(float value) { ___M34_11 = value; } inline static int32_t get_offset_of_M41_12() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M41_12)); } inline float get_M41_12() const { return ___M41_12; } inline float* get_address_of_M41_12() { return &___M41_12; } inline void set_M41_12(float value) { ___M41_12 = value; } inline static int32_t get_offset_of_M42_13() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M42_13)); } inline float get_M42_13() const { return ___M42_13; } inline float* get_address_of_M42_13() { return &___M42_13; } inline void set_M42_13(float value) { ___M42_13 = value; } inline static int32_t get_offset_of_M43_14() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M43_14)); } inline float get_M43_14() const { return ___M43_14; } inline float* get_address_of_M43_14() { return &___M43_14; } inline void set_M43_14(float value) { ___M43_14 = value; } inline static int32_t get_offset_of_M44_15() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M44_15)); } inline float get_M44_15() const { return ___M44_15; } inline float* get_address_of_M44_15() { return &___M44_15; } inline void set_M44_15(float value) { ___M44_15 = value; } }; struct Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A_StaticFields { public: // System.Numerics.Matrix4x4 System.Numerics.Matrix4x4::_identity Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ____identity_16; public: inline static int32_t get_offset_of__identity_16() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A_StaticFields, ____identity_16)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get__identity_16() const { return ____identity_16; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of__identity_16() { return &____identity_16; } inline void set__identity_16(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ____identity_16 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler struct NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 { public: union { struct { }; uint8_t NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76__padding[1]; }; public: }; // 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.Memory.RowInterval struct RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 { public: // System.Int32 SixLabors.ImageSharp.Memory.RowInterval::k__BackingField int32_t ___U3CMinU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.RowInterval::k__BackingField int32_t ___U3CMaxU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CMinU3Ek__BackingField_0() { return static_cast(offsetof(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9, ___U3CMinU3Ek__BackingField_0)); } inline int32_t get_U3CMinU3Ek__BackingField_0() const { return ___U3CMinU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMinU3Ek__BackingField_0() { return &___U3CMinU3Ek__BackingField_0; } inline void set_U3CMinU3Ek__BackingField_0(int32_t value) { ___U3CMinU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMaxU3Ek__BackingField_1() { return static_cast(offsetof(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9, ___U3CMaxU3Ek__BackingField_1)); } inline int32_t get_U3CMaxU3Ek__BackingField_1() const { return ___U3CMaxU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CMaxU3Ek__BackingField_1() { return &___U3CMaxU3Ek__BackingField_1; } inline void set_U3CMaxU3Ek__BackingField_1(int32_t value) { ___U3CMaxU3Ek__BackingField_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler struct TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF { public: union { struct { }; uint8_t TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF__padding[1]; }; public: }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } inline static int32_t get_offset_of_W_3() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___W_3)); } inline float get_W_3() const { return ___W_3; } inline float* get_address_of_W_3() { return &___W_3; } inline void set_W_3(float value) { ___W_3 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler struct WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 { public: union { struct { }; uint8_t WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___source_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___destination_3)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___source_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___destination_3)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___source_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___destination_3)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___source_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___destination_3)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___source_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___destination_3)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___source_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___destination_3)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___source_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___destination_3)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___source_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___destination_3)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___source_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___destination_3)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___source_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___destination_3)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___source_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___destination_3)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___source_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___destination_3)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___source_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___destination_3)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___source_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_source_1() const { return ___source_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___destination_3)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___source_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___destination_3)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___source_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___destination_3)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___source_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___destination_3)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___source_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___destination_3)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___source_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___destination_3)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___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_source_1() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___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_t2BAF5CB526712554290A16FE145CF79BFEC4B767_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_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields, ___EmptyArray_1)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* 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_t2BAF5CB526712554290A16FE145CF79BFEC4B767_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_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 : public RuntimeObject { public: // T System.Pinnable`1::Data Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7, ___Data_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Data_0() const { return ___Data_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___source_1)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___destination_3)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___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_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___source_1)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___destination_3)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = 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.Memory.AllocationOptions struct AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5 { public: // System.Int32 SixLabors.ImageSharp.Memory.AllocationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ExceptionArgument struct ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F { public: // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionArgument_t11B098DD9AD21AB015871A94DB7DC9A70A10509F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.MemoryExtensions struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40 : public RuntimeObject { public: public: }; struct MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields { public: // System.IntPtr System.MemoryExtensions::StringAdjustment intptr_t ___StringAdjustment_0; public: inline static int32_t get_offset_of_StringAdjustment_0() { return static_cast(offsetof(MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_StaticFields, ___StringAdjustment_0)); } inline intptr_t get_StringAdjustment_0() const { return ___StringAdjustment_0; } inline intptr_t* get_address_of_StringAdjustment_0() { return &___StringAdjustment_0; } inline void set_StringAdjustment_0(intptr_t value) { ___StringAdjustment_0 = value; } }; // System.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.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2, ___operation_5)); } inline AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB, ___operation_5)); } inline AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208, ___operation_5)); } inline AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D, ___operation_5)); } inline AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F, ___operation_5)); } inline AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1, ___operation_5)); } inline AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E, ___operation_5)); } inline AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0, ___operation_5)); } inline AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877, ___operation_5)); } inline AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6, ___operation_5)); } inline AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F, ___operation_5)); } inline AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5, ___operation_5)); } inline AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39, ___operation_5)); } inline AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9, ___operation_5)); } inline AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155, ___operation_5)); } inline AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6, ___operation_5)); } inline AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979, ___operation_5)); } inline AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F, ___operation_5)); } inline AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889, ___operation_5)); } inline AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD, ___operation_5)); } inline AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A, ___operation_5)); } inline AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8, ___operation_5)); } inline AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA, ___operation_5)); } inline AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC, ___operation_5)); } inline AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE, ___operation_5)); } inline AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E, ___operation_5)); } inline AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5, ___operation_5)); } inline AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E, ___operation_5)); } inline AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6, ___operation_5)); } inline AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB, ___operation_5)); } inline AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6, ___operation_5)); } inline AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC, ___operation_5)); } inline AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1, ___operation_5)); } inline AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3, ___operation_5)); } inline AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B, ___operation_5)); } inline AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084, ___operation_5)); } inline AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652, ___operation_5)); } inline AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A, ___operation_5)); } inline AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B, ___operation_5)); } inline AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B, ___operation_5)); } inline AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957, ___operation_5)); } inline AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98, ___operation_5)); } inline AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC, ___operation_5)); } inline AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED, ___operation_5)); } inline AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07, ___operation_5)); } inline AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29, ___operation_5)); } inline AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129, ___operation_5)); } inline AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C, ___operation_5)); } inline AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0, ___operation_5)); } inline AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784, ___operation_5)); } inline AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA, ___operation_5)); } inline AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9, ___operation_5)); } inline AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126, ___operation_5)); } inline AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547, ___operation_5)); } inline AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED, ___operation_5)); } inline AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F, ___operation_5)); } inline AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0, ___operation_5)); } inline AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2, ___operation_5)); } inline AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64, ___operation_5)); } inline AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA, ___operation_5)); } inline AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD, ___operation_5)); } inline AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1, ___operation_5)); } inline AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96, ___operation_5)); } inline AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6, ___operation_5)); } inline AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C, ___operation_5)); } inline AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB, ___operation_5)); } inline AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577, ___operation_5)); } inline AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB, ___operation_5)); } inline AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E, ___operation_5)); } inline AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB, ___operation_5)); } inline AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85, ___operation_5)); } inline AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F, ___operation_5)); } inline AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961, ___operation_5)); } inline AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87, ___operation_5)); } inline AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA, ___operation_5)); } inline AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365, ___operation_5)); } inline AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952, ___operation_5)); } inline AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4, ___operation_5)); } inline AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097, ___operation_5)); } inline AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1, ___operation_5)); } inline AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC, ___operation_5)); } inline AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD, ___operation_5)); } inline AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E, ___operation_5)); } inline AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0, ___operation_5)); } inline AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487, ___operation_5)); } inline AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537, ___operation_5)); } inline AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7, ___operation_5)); } inline AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32, ___operation_5)); } inline AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447, ___operation_5)); } inline AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E, ___operation_5)); } inline AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1, ___operation_5)); } inline AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A, ___operation_5)); } inline AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3, ___operation_5)); } inline AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE, ___operation_5)); } inline AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8, ___operation_5)); } inline AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981, ___operation_5)); } inline AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD, ___operation_5)); } inline AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC, ___operation_5)); } inline AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D, ___operation_5)); } inline AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD, ___operation_5)); } inline AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F, ___operation_5)); } inline AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A, ___operation_5)); } inline AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A, ___operation_5)); } inline AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___operation_5)); } inline AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___operation_5)); } inline AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___operation_5)); } inline AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___operation_5)); } inline AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___operation_5)); } inline AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___operation_5)); } inline AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___operation_5)); } inline AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___operation_5)); } inline ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___operation_5)); } inline ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___operation_5)); } inline ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___operation_5)); } inline ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___operation_5)); } inline ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___operation_5)); } inline ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___operation_5)); } inline ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___operation_5)); } inline ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___operation_5)); } inline ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___operation_5)); } inline ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___operation_5)); } inline ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___operation_5)); } inline ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___operation_5)); } inline ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___operation_5)); } inline ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___operation_5)); } inline ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___operation_5)); } inline ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___operation_5)); } inline ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___operation_5)); } inline ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___operation_5)); } inline ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___operation_5)); } inline ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___operation_5)); } inline ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___operation_5)); } inline ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___operation_5)); } inline ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___operation_5)); } inline ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___operation_5)); } inline ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___operation_5)); } inline ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___operation_5)); } inline ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___operation_5)); } inline ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___operation_5)); } inline ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___operation_5)); } inline ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___operation_5)); } inline ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___operation_5)); } inline ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___operation_5)); } inline ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___operation_5)); } inline ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___operation_5)); } inline ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___operation_5)); } inline ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___operation_5)); } inline ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_gshared_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * ___operation5, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_gshared_inline (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_gshared_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_gshared_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_gshared_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_gshared_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_gshared_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_gshared_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_gshared_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_gshared_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_gshared_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_gshared_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_gshared_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_gshared_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_gshared_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_gshared_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_gshared_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_gshared_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_gshared_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_gshared_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_gshared_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_gshared_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_gshared_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_gshared_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_gshared_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_gshared_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_gshared_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_gshared_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_gshared_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_gshared_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_gshared_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_gshared_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_gshared_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_gshared_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_gshared_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_gshared_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_gshared_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_gshared_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_gshared_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_gshared_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_gshared_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_gshared_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_gshared_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_gshared_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_gshared_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_gshared_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_gshared_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_gshared_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_gshared_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_gshared_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_gshared_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_gshared_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_gshared_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_gshared_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_gshared_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_gshared_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_gshared_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_gshared_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_gshared_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_gshared_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_gshared_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_gshared_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_gshared_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_gshared_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_gshared_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_gshared_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_gshared_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_gshared_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_gshared_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_gshared_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_gshared_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_gshared_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_gshared_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_gshared_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_gshared_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_gshared_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_gshared_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_gshared_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_gshared_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_gshared_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_gshared_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_gshared_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_gshared_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_gshared_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_gshared_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_gshared_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_gshared_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_gshared_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_gshared_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_gshared_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_gshared_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_gshared_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_gshared_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_gshared_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_gshared_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_gshared_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_gshared_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_gshared_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_gshared_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_gshared_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_gshared_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_gshared_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_gshared_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_gshared_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_gshared_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_gshared_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_gshared_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_gshared_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_gshared_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_gshared_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_gshared_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_gshared_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_gshared_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_gshared_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_gshared_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_gshared_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_gshared_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_gshared_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_gshared_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_gshared_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_gshared_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_gshared_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_gshared_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_gshared_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_gshared_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_gshared_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_gshared_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_gshared_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_gshared_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_gshared_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_gshared_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_gshared_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_gshared_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_gshared_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_gshared_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_gshared_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_gshared_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_gshared_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_gshared_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_gshared_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_gshared_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_gshared_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_gshared_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_gshared_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_gshared_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_gshared_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_gshared_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_gshared_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_gshared_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_gshared_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_gshared_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_gshared_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_gshared_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_gshared_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_gshared_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_gshared_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_gshared_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_gshared_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_gshared_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_gshared_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_gshared_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_gshared_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_gshared_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_gshared_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_gshared_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_gshared_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_gshared_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_gshared_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_gshared_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_gshared_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_gshared_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_gshared_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_gshared_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_gshared_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_gshared_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_gshared_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_gshared_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_gshared_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_gshared_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_gshared_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_gshared_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_gshared_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_gshared_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_gshared_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_gshared_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_gshared_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_gshared_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_gshared_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_gshared_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_gshared_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_gshared_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_gshared_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_gshared_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_gshared_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_gshared_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_gshared_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_gshared_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_gshared_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_gshared_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_gshared_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_gshared_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_gshared_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_gshared_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_gshared_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_gshared_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_gshared_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_gshared_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __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_m4800A06F5A4DD54FCAC245DD6690711520A10993_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ___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_m3C7046C5C0158088725A0E868965BE65DEAC6988_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, 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.Void SixLabors.ImageSharp.Memory.RowInterval::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46 (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 * __this, int32_t ___min0, int32_t ___max1, const RuntimeMethod* method); // System.Span`1 System.Memory`1::get_Span() inline Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 * __this, const RuntimeMethod* method) { return (( Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 (*) (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *, const RuntimeMethod*))Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline)(__this, ___i0, method); } // System.Span`1 System.Span`1::Slice(System.Int32,System.Int32) inline Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method) { return (( Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 (*) (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *, int32_t, int32_t, const RuntimeMethod*))Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_gshared_inline)(__this, ___start0, ___length1, 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::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_m4800A06F5A4DD54FCAC245DD6690711520A10993_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *, Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *, intptr_t, int32_t, const RuntimeMethod*))Span_1__ctor_m4800A06F5A4DD54FCAC245DD6690711520A10993_gshared_inline)(__this, ___pinnable0, ___byteOffset1, ___length2, method); } // System.Void System.Span`1::.ctor(T[],System.Int32,System.Int32) inline void Span_1__ctor_m3C7046C5C0158088725A0E868965BE65DEAC6988_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*, int32_t, int32_t, const RuntimeMethod*))Span_1__ctor_m3C7046C5C0158088725A0E868965BE65DEAC6988_gshared_inline)(__this, ___array0, ___start1, ___length2, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m86EB6B05BDE45B6F92A7599E80E0179C17391AB5 (int32_t ___argument0, const RuntimeMethod* method); // System.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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_gshared (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_5 = ___operation5; AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 L_6 = (*(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_gshared (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_14 = (AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)__this->get_address_of_operation_5(); AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_15; L_15 = (( AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * (*) (AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_gshared (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_5 = ___operation5; AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 L_6 = (*(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_gshared (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_14 = (AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)__this->get_address_of_operation_5(); AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_15; L_15 = (( AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * (*) (AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_gshared (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_5 = ___operation5; AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 L_6 = (*(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_gshared (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_14 = (AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)__this->get_address_of_operation_5(); AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_15; L_15 = (( AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * (*) (AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_gshared (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_5 = ___operation5; AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F L_6 = (*(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_gshared (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_14 = (AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)__this->get_address_of_operation_5(); AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_15; L_15 = (( AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * (*) (AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_gshared (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_5 = ___operation5; AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 L_6 = (*(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_gshared (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_14 = (AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)__this->get_address_of_operation_5(); AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_15; L_15 = (( AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * (*) (AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_gshared (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_5 = ___operation5; AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 L_6 = (*(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_gshared (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_14 = (AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)__this->get_address_of_operation_5(); AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_15; L_15 = (( AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * (*) (AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_gshared (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_5 = ___operation5; AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 L_6 = (*(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_gshared (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_14 = (AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)__this->get_address_of_operation_5(); AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_15; L_15 = (( AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * (*) (AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_gshared (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_5 = ___operation5; AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B L_6 = (*(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_gshared (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_14 = (AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)__this->get_address_of_operation_5(); AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_15; L_15 = (( AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * (*) (AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_gshared (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_5 = ___operation5; AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 L_6 = (*(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_gshared (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_14 = (AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)__this->get_address_of_operation_5(); AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_15; L_15 = (( AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * (*) (AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_gshared (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_5 = ___operation5; AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 L_6 = (*(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_gshared (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_14 = (AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)__this->get_address_of_operation_5(); AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_15; L_15 = (( AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * (*) (AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_gshared (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_5 = ___operation5; AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A L_6 = (*(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_gshared (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_14 = (AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)__this->get_address_of_operation_5(); AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_15; L_15 = (( AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * (*) (AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_gshared (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_5 = ___operation5; AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF L_6 = (*(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_gshared (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_14 = (AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)__this->get_address_of_operation_5(); AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_15; L_15 = (( AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * (*) (AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_gshared (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_5 = ___operation5; AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 L_6 = (*(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_gshared (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_14 = (AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)__this->get_address_of_operation_5(); AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_15; L_15 = (( AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * (*) (AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_gshared (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_5 = ___operation5; AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C L_6 = (*(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_gshared (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_14 = (AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)__this->get_address_of_operation_5(); AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_15; L_15 = (( AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * (*) (AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_gshared (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_5 = ___operation5; AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB L_6 = (*(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_gshared (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_14 = (AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)__this->get_address_of_operation_5(); AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_15; L_15 = (( AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * (*) (AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_gshared (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_5 = ___operation5; AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B L_6 = (*(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_gshared (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_14 = (AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)__this->get_address_of_operation_5(); AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_15; L_15 = (( AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * (*) (AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_gshared (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_5 = ___operation5; AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 L_6 = (*(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_gshared (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_14 = (AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)__this->get_address_of_operation_5(); AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_15; L_15 = (( AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * (*) (AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_gshared (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_5 = ___operation5; AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 L_6 = (*(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_gshared (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_14 = (AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)__this->get_address_of_operation_5(); AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_15; L_15 = (( AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * (*) (AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_gshared (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_5 = ___operation5; AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B L_6 = (*(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_gshared (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_14 = (AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)__this->get_address_of_operation_5(); AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_15; L_15 = (( AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * (*) (AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_gshared (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_5 = ___operation5; AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 L_6 = (*(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_gshared (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_14 = (AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)__this->get_address_of_operation_5(); AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_15; L_15 = (( AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * (*) (AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_gshared (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_5 = ___operation5; AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 L_6 = (*(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_gshared (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_14 = (AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)__this->get_address_of_operation_5(); AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_15; L_15 = (( AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * (*) (AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_gshared (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_5 = ___operation5; AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 L_6 = (*(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_gshared (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_14 = (AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)__this->get_address_of_operation_5(); AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_15; L_15 = (( AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * (*) (AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_gshared (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_5 = ___operation5; AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E L_6 = (*(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_gshared (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_14 = (AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)__this->get_address_of_operation_5(); AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_15; L_15 = (( AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * (*) (AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_gshared (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_5 = ___operation5; AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 L_6 = (*(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_gshared (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_14 = (AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)__this->get_address_of_operation_5(); AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_15; L_15 = (( AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * (*) (AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_gshared (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_5 = ___operation5; AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E L_6 = (*(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_gshared (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_14 = (AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)__this->get_address_of_operation_5(); AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_15; L_15 = (( AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * (*) (AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_gshared (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_5 = ___operation5; AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 L_6 = (*(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_gshared (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_14 = (AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)__this->get_address_of_operation_5(); AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_15; L_15 = (( AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * (*) (AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_gshared (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_5 = ___operation5; AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B L_6 = (*(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_gshared (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_14 = (AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)__this->get_address_of_operation_5(); AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_15; L_15 = (( AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * (*) (AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_gshared (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_5 = ___operation5; AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F L_6 = (*(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_gshared (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_14 = (AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)__this->get_address_of_operation_5(); AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_15; L_15 = (( AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * (*) (AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_gshared (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_5 = ___operation5; AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 L_6 = (*(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_gshared (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_14 = (AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)__this->get_address_of_operation_5(); AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_15; L_15 = (( AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * (*) (AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_gshared (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_5 = ___operation5; AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 L_6 = (*(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_gshared (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_14 = (AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)__this->get_address_of_operation_5(); AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_15; L_15 = (( AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * (*) (AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_gshared (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_5 = ___operation5; AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 L_6 = (*(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_gshared (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_14 = (AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)__this->get_address_of_operation_5(); AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_15; L_15 = (( AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * (*) (AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_gshared (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_5 = ___operation5; AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 L_6 = (*(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_gshared (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_14 = (AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)__this->get_address_of_operation_5(); AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_15; L_15 = (( AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * (*) (AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_gshared (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_5 = ___operation5; AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 L_6 = (*(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_gshared (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_14 = (AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)__this->get_address_of_operation_5(); AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_15; L_15 = (( AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * (*) (AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_gshared (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_5 = ___operation5; AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 L_6 = (*(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_gshared (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_14 = (AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)__this->get_address_of_operation_5(); AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_15; L_15 = (( AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * (*) (AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_gshared (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_5 = ___operation5; AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 L_6 = (*(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_gshared (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_14 = (AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)__this->get_address_of_operation_5(); AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_15; L_15 = (( AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * (*) (AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_gshared (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_5 = ___operation5; AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 L_6 = (*(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_gshared (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_14 = (AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)__this->get_address_of_operation_5(); AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_15; L_15 = (( AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * (*) (AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_gshared (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_5 = ___operation5; AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B L_6 = (*(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_gshared (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_14 = (AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)__this->get_address_of_operation_5(); AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_15; L_15 = (( AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * (*) (AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_gshared (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_5 = ___operation5; AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC L_6 = (*(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_gshared (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_14 = (AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)__this->get_address_of_operation_5(); AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_15; L_15 = (( AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * (*) (AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_gshared (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_5 = ___operation5; AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB L_6 = (*(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_gshared (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_14 = (AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)__this->get_address_of_operation_5(); AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_15; L_15 = (( AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * (*) (AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_gshared (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_5 = ___operation5; AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B L_6 = (*(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_gshared (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_14 = (AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)__this->get_address_of_operation_5(); AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_15; L_15 = (( AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * (*) (AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_gshared (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_5 = ___operation5; AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A L_6 = (*(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_gshared (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_14 = (AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)__this->get_address_of_operation_5(); AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_15; L_15 = (( AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * (*) (AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_gshared (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_5 = ___operation5; AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C L_6 = (*(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_gshared (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_14 = (AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)__this->get_address_of_operation_5(); AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_15; L_15 = (( AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * (*) (AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_gshared (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_5 = ___operation5; AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 L_6 = (*(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_gshared (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_14 = (AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)__this->get_address_of_operation_5(); AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_15; L_15 = (( AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * (*) (AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_gshared (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_5 = ___operation5; AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 L_6 = (*(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_gshared (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_14 = (AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)__this->get_address_of_operation_5(); AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_15; L_15 = (( AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * (*) (AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_gshared (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_5 = ___operation5; AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A L_6 = (*(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_gshared (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_14 = (AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)__this->get_address_of_operation_5(); AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_15; L_15 = (( AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * (*) (AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_gshared (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_5 = ___operation5; AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 L_6 = (*(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_gshared (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_14 = (AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)__this->get_address_of_operation_5(); AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_15; L_15 = (( AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * (*) (AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_gshared (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_5 = ___operation5; AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 L_6 = (*(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_gshared (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_14 = (AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)__this->get_address_of_operation_5(); AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_15; L_15 = (( AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * (*) (AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_gshared (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_5 = ___operation5; AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA L_6 = (*(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_gshared (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_14 = (AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)__this->get_address_of_operation_5(); AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_15; L_15 = (( AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * (*) (AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_gshared (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_5 = ___operation5; AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 L_6 = (*(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_gshared (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_14 = (AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)__this->get_address_of_operation_5(); AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_15; L_15 = (( AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * (*) (AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_gshared (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_5 = ___operation5; AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B L_6 = (*(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_gshared (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_14 = (AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)__this->get_address_of_operation_5(); AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_15; L_15 = (( AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * (*) (AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_gshared (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_5 = ___operation5; AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 L_6 = (*(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_gshared (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_14 = (AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)__this->get_address_of_operation_5(); AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_15; L_15 = (( AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * (*) (AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_gshared (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_5 = ___operation5; AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 L_6 = (*(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_gshared (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_14 = (AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)__this->get_address_of_operation_5(); AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_15; L_15 = (( AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * (*) (AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_gshared (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_5 = ___operation5; AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 L_6 = (*(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_gshared (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_14 = (AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)__this->get_address_of_operation_5(); AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_15; L_15 = (( AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * (*) (AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_gshared (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_5 = ___operation5; AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 L_6 = (*(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_gshared (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_14 = (AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)__this->get_address_of_operation_5(); AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_15; L_15 = (( AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * (*) (AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_gshared (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_5 = ___operation5; AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 L_6 = (*(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_gshared (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_14 = (AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)__this->get_address_of_operation_5(); AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_15; L_15 = (( AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * (*) (AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_gshared (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_5 = ___operation5; AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 L_6 = (*(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_gshared (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_14 = (AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)__this->get_address_of_operation_5(); AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_15; L_15 = (( AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * (*) (AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_gshared (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_5 = ___operation5; AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 L_6 = (*(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_gshared (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_14 = (AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)__this->get_address_of_operation_5(); AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_15; L_15 = (( AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * (*) (AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_gshared (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_5 = ___operation5; AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 L_6 = (*(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_gshared (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_14 = (AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)__this->get_address_of_operation_5(); AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_15; L_15 = (( AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * (*) (AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_gshared (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_5 = ___operation5; AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 L_6 = (*(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_gshared (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_14 = (AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)__this->get_address_of_operation_5(); AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_15; L_15 = (( AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * (*) (AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_gshared (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_5 = ___operation5; AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 L_6 = (*(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_gshared (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_14 = (AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)__this->get_address_of_operation_5(); AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_15; L_15 = (( AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * (*) (AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_gshared (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_5 = ___operation5; AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 L_6 = (*(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_gshared (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_14 = (AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)__this->get_address_of_operation_5(); AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_15; L_15 = (( AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * (*) (AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_gshared (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_5 = ___operation5; AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 L_6 = (*(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_gshared (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_14 = (AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)__this->get_address_of_operation_5(); AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_15; L_15 = (( AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * (*) (AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_gshared (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_5 = ___operation5; AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF L_6 = (*(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_gshared (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_14 = (AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)__this->get_address_of_operation_5(); AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_15; L_15 = (( AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * (*) (AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_gshared (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_5 = ___operation5; AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 L_6 = (*(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_gshared (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_14 = (AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)__this->get_address_of_operation_5(); AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_15; L_15 = (( AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * (*) (AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_gshared (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_5 = ___operation5; AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 L_6 = (*(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_gshared (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_14 = (AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)__this->get_address_of_operation_5(); AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_15; L_15 = (( AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * (*) (AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_gshared (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_5 = ___operation5; AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD L_6 = (*(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_gshared (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_14 = (AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)__this->get_address_of_operation_5(); AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_15; L_15 = (( AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * (*) (AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_gshared (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_5 = ___operation5; AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 L_6 = (*(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_gshared (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_14 = (AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)__this->get_address_of_operation_5(); AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_15; L_15 = (( AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * (*) (AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_gshared (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_5 = ___operation5; AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 L_6 = (*(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_gshared (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_14 = (AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)__this->get_address_of_operation_5(); AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_15; L_15 = (( AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * (*) (AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_gshared (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_5 = ___operation5; AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 L_6 = (*(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_gshared (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_14 = (AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)__this->get_address_of_operation_5(); AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_15; L_15 = (( AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * (*) (AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_gshared (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_5 = ___operation5; AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 L_6 = (*(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_gshared (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_14 = (AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)__this->get_address_of_operation_5(); AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_15; L_15 = (( AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * (*) (AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_gshared (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_5 = ___operation5; AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 L_6 = (*(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_gshared (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_14 = (AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)__this->get_address_of_operation_5(); AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_15; L_15 = (( AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * (*) (AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_gshared (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_5 = ___operation5; AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE L_6 = (*(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_gshared (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_14 = (AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)__this->get_address_of_operation_5(); AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_15; L_15 = (( AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * (*) (AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_gshared (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_5 = ___operation5; AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 L_6 = (*(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_gshared (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_14 = (AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)__this->get_address_of_operation_5(); AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_15; L_15 = (( AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * (*) (AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_gshared (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_5 = ___operation5; AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 L_6 = (*(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_gshared (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_14 = (AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)__this->get_address_of_operation_5(); AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_15; L_15 = (( AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * (*) (AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_gshared (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_5 = ___operation5; AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B L_6 = (*(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_gshared (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_14 = (AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)__this->get_address_of_operation_5(); AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_15; L_15 = (( AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * (*) (AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_gshared (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_5 = ___operation5; AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 L_6 = (*(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_gshared (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_14 = (AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)__this->get_address_of_operation_5(); AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_15; L_15 = (( AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * (*) (AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_gshared (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_5 = ___operation5; AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 L_6 = (*(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_gshared (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_14 = (AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)__this->get_address_of_operation_5(); AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_15; L_15 = (( AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * (*) (AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_gshared (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_5 = ___operation5; AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 L_6 = (*(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_gshared (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_14 = (AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)__this->get_address_of_operation_5(); AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_15; L_15 = (( AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * (*) (AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_gshared (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_5 = ___operation5; AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B L_6 = (*(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_gshared (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_14 = (AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)__this->get_address_of_operation_5(); AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_15; L_15 = (( AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * (*) (AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_gshared (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_5 = ___operation5; AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 L_6 = (*(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_gshared (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_14 = (AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)__this->get_address_of_operation_5(); AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_15; L_15 = (( AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * (*) (AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_gshared (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_5 = ___operation5; AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 L_6 = (*(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_gshared (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_14 = (AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)__this->get_address_of_operation_5(); AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_15; L_15 = (( AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * (*) (AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_gshared (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_5 = ___operation5; AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 L_6 = (*(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_gshared (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_14 = (AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)__this->get_address_of_operation_5(); AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_15; L_15 = (( AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * (*) (AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_gshared (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_5 = ___operation5; AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D L_6 = (*(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_gshared (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_14 = (AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)__this->get_address_of_operation_5(); AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_15; L_15 = (( AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * (*) (AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_gshared (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_5 = ___operation5; AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 L_6 = (*(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_gshared (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_14 = (AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)__this->get_address_of_operation_5(); AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_15; L_15 = (( AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * (*) (AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_gshared (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_5 = ___operation5; AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 L_6 = (*(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_gshared (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_14 = (AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)__this->get_address_of_operation_5(); AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_15; L_15 = (( AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * (*) (AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_gshared (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_5 = ___operation5; AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 L_6 = (*(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_gshared (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_14 = (AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)__this->get_address_of_operation_5(); AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_15; L_15 = (( AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * (*) (AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_gshared (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_5 = ___operation5; AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 L_6 = (*(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_gshared (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_14 = (AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)__this->get_address_of_operation_5(); AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_15; L_15 = (( AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * (*) (AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_gshared (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_5 = ___operation5; AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB L_6 = (*(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_gshared (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_14 = (AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)__this->get_address_of_operation_5(); AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_15; L_15 = (( AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * (*) (AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_gshared (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_5 = ___operation5; AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 L_6 = (*(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_gshared (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_14 = (AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)__this->get_address_of_operation_5(); AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_15; L_15 = (( AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * (*) (AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_gshared (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_5 = ___operation5; AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A L_6 = (*(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_gshared (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_14 = (AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)__this->get_address_of_operation_5(); AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_15; L_15 = (( AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * (*) (AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_gshared (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_5 = ___operation5; AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 L_6 = (*(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_gshared (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_14 = (AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)__this->get_address_of_operation_5(); AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_15; L_15 = (( AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * (*) (AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_gshared (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_5 = ___operation5; AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 L_6 = (*(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_gshared (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_14 = (AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)__this->get_address_of_operation_5(); AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_15; L_15 = (( AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * (*) (AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_gshared (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_5 = ___operation5; AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 L_6 = (*(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_gshared (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_14 = (AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)__this->get_address_of_operation_5(); AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_15; L_15 = (( AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * (*) (AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_gshared (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_5 = ___operation5; AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 L_6 = (*(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_gshared (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_14 = (AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)__this->get_address_of_operation_5(); AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_15; L_15 = (( AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * (*) (AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_gshared (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_5 = ___operation5; AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 L_6 = (*(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_gshared (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_14 = (AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)__this->get_address_of_operation_5(); AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_15; L_15 = (( AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * (*) (AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_gshared (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_5 = ___operation5; AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF L_6 = (*(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_gshared (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_14 = (AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)__this->get_address_of_operation_5(); AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_15; L_15 = (( AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * (*) (AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_gshared (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_5 = ___operation5; AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 L_6 = (*(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_gshared (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_14 = (AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)__this->get_address_of_operation_5(); AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_15; L_15 = (( AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * (*) (AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_gshared (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_5 = ___operation5; AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C L_6 = (*(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_gshared (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_14 = (AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)__this->get_address_of_operation_5(); AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_15; L_15 = (( AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * (*) (AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_gshared (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_5 = ___operation5; AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 L_6 = (*(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_gshared (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_14 = (AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)__this->get_address_of_operation_5(); AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_15; L_15 = (( AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * (*) (AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_gshared (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_5 = ___operation5; AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E L_6 = (*(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_gshared (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_14 = (AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)__this->get_address_of_operation_5(); AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_15; L_15 = (( AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * (*) (AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_gshared (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_5 = ___operation5; AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E L_6 = (*(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_gshared (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_14 = (AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)__this->get_address_of_operation_5(); AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_15; L_15 = (( AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * (*) (AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_gshared (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_5 = ___operation5; AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 L_6 = (*(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_gshared (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_14 = (AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)__this->get_address_of_operation_5(); AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_15; L_15 = (( AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * (*) (AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_gshared (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_5 = ___operation5; AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 L_6 = (*(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_gshared (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_14 = (AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)__this->get_address_of_operation_5(); AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_15; L_15 = (( AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * (*) (AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_5 = ___operation5; AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 L_6 = (*(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_14 = (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)__this->get_address_of_operation_5(); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_15; L_15 = (( AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * (*) (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_5 = ___operation5; AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 L_6 = (*(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_14 = (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)__this->get_address_of_operation_5(); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_15; L_15 = (( AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * (*) (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_5 = ___operation5; AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 L_6 = (*(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_14 = (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)__this->get_address_of_operation_5(); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_15; L_15 = (( AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * (*) (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_5 = ___operation5; AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 L_6 = (*(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_14 = (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)__this->get_address_of_operation_5(); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_15; L_15 = (( AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * (*) (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_5 = ___operation5; AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B L_6 = (*(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_14 = (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)__this->get_address_of_operation_5(); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_15; L_15 = (( AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * (*) (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_5 = ___operation5; AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 L_6 = (*(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_14 = (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)__this->get_address_of_operation_5(); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_15; L_15 = (( AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * (*) (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_5 = ___operation5; AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F L_6 = (*(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_14 = (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)__this->get_address_of_operation_5(); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_15; L_15 = (( AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * (*) (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_5 = ___operation5; ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 L_6 = (*(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_14 = (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_15; L_15 = (( ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * (*) (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_5 = ___operation5; ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB L_6 = (*(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_14 = (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_15; L_15 = (( ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * (*) (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_5 = ___operation5; ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A L_6 = (*(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_14 = (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_15; L_15 = (( ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * (*) (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_5 = ___operation5; ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 L_6 = (*(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_14 = (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_15; L_15 = (( ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * (*) (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_5 = ___operation5; ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 L_6 = (*(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_14 = (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_15; L_15 = (( ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * (*) (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_5 = ___operation5; ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 L_6 = (*(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_14 = (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_15; L_15 = (( ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * (*) (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_5 = ___operation5; ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 L_6 = (*(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_14 = (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_15; L_15 = (( ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * (*) (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_5 = ___operation5; ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 L_6 = (*(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_14 = (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_15; L_15 = (( ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * (*) (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_5 = ___operation5; ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 L_6 = (*(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_14 = (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_15; L_15 = (( ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * (*) (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_5 = ___operation5; ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 L_6 = (*(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_14 = (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_15; L_15 = (( ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * (*) (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_5 = ___operation5; ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 L_6 = (*(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_14 = (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_15; L_15 = (( ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * (*) (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_5 = ___operation5; ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F L_6 = (*(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_14 = (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_15; L_15 = (( ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * (*) (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_5 = ___operation5; ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED L_6 = (*(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_14 = (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_15; L_15 = (( ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * (*) (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_5 = ___operation5; ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 L_6 = (*(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_14 = (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_15; L_15 = (( ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * (*) (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_5 = ___operation5; ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 L_6 = (*(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_14 = (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_15; L_15 = (( ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * (*) (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_5 = ___operation5; ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD L_6 = (*(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_14 = (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_15; L_15 = (( ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * (*) (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_5 = ___operation5; ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 L_6 = (*(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_14 = (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_15; L_15 = (( ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * (*) (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_5 = ___operation5; ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E L_6 = (*(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_14 = (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_15; L_15 = (( ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * (*) (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_5 = ___operation5; ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 L_6 = (*(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_14 = (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_15; L_15 = (( ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * (*) (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_5 = ___operation5; ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 L_6 = (*(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_14 = (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_15; L_15 = (( ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * (*) (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_5 = ___operation5; ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 L_6 = (*(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_14 = (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_15; L_15 = (( ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * (*) (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_5 = ___operation5; ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C L_6 = (*(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_14 = (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_15; L_15 = (( ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * (*) (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_5 = ___operation5; ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E L_6 = (*(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_14 = (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_15; L_15 = (( ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * (*) (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_5 = ___operation5; ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 L_6 = (*(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_14 = (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_15; L_15 = (( ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * (*) (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_5 = ___operation5; ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 L_6 = (*(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_14 = (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_15; L_15 = (( ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * (*) (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_5 = ___operation5; ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 L_6 = (*(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_14 = (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_15; L_15 = (( ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * (*) (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_5 = ___operation5; ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 L_6 = (*(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_14 = (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_15; L_15 = (( ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * (*) (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_5 = ___operation5; ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 L_6 = (*(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_14 = (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_15; L_15 = (( ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * (*) (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_5 = ___operation5; ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D L_6 = (*(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_14 = (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_15; L_15 = (( ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * (*) (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_5 = ___operation5; ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 L_6 = (*(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_14 = (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_15; L_15 = (( ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * (*) (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_5 = ___operation5; ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB L_6 = (*(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_14 = (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_15; L_15 = (( ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * (*) (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_5 = ___operation5; ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB L_6 = (*(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_14 = (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_15; L_15 = (( ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * (*) (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_5 = ___operation5; ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 L_6 = (*(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_14 = (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_15; L_15 = (( ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * (*) (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_5 = ___operation5; ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B L_6 = (*(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_14 = (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_15; L_15 = (( ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * (*) (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_5 = ___operation5; ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 L_6 = (*(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_14 = (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_15; L_15 = (( ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * (*) (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_5 = ___operation5; ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 L_6 = (*(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_14 = (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_15; L_15 = (( ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * (*) (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_5 = ___operation5; ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A L_6 = (*(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_14 = (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_15; L_15 = (( ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * (*) (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE89092FB9192B463852F28B325B60F93C36F3201_gshared_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_5 = ___operation5; AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 L_6 = (*(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_gshared_inline (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 * __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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 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_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)((MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_2; L_2 = VirtualFuncInvoker0< Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 >::Invoke(8 /* System.Span`1 System.Buffers.MemoryManager`1::GetSpan() */, (MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)((MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))); V_0 = (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_2; int32_t L_3 = (int32_t)__this->get__index_1(); int32_t L_4 = (int32_t)__this->get__length_2(); Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_5; L_5 = Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )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_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_14; L_14 = (( Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * (*) (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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; memset((&L_18), 0, sizeof(L_18)); Span_1__ctor_m4800A06F5A4DD54FCAC245DD6690711520A10993_inline((&L_18), (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18; int32_t L_19 = (int32_t)__this->get__index_1(); int32_t L_20 = (int32_t)__this->get__length_2(); Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_21; L_21 = Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_inline((Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 *)(&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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_26; memset((&L_26), 0, sizeof(L_26)); Span_1__ctor_m3C7046C5C0158088725A0E868965BE65DEAC6988_inline((&L_26), (Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)((Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F*)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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_26; } IL_00b4: { il2cpp_codegen_initobj((&V_0), sizeof(Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )); Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_27 = V_0; return (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_27; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFCB6F717CA3A404350A38D0CA3B5D4791CD56A17_gshared_inline (RowIntervalOperationWrapper_2_tA969FDE3142552AEA2937D462C1DAB7FD8D9A2C2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_14 = (AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)__this->get_address_of_operation_5(); AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * L_15; L_15 = (( AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 * (*) (AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)(AffineOperation_1_tD78982C79EA3EE0EAE8655630D74A8BDA88E2126 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF4D970A236E22041AD8E3EAE9AFBA8EA7DF66A99_gshared_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_5 = ___operation5; AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 L_6 = (*(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m589A78644556642A9619F36B42083E99DCFFF0F3_gshared_inline (RowIntervalOperationWrapper_2_tA119BD2E13D52C104A2C697B8E8D504BE375EFFB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_14 = (AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)__this->get_address_of_operation_5(); AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * L_15; L_15 = (( AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 * (*) (AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)(AffineOperation_1_t3DFA20B3EF66826EED06135F285B2498BAE01225 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1236F2B298B62609B9E965C630F8CBE63F19E294_gshared_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_5 = ___operation5; AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 L_6 = (*(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA13B37045667B22436867DEF5AFF402245E5482D_gshared_inline (RowIntervalOperationWrapper_2_tCCA59E44DED40027E8D6352F096AC1F7AB56D208 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_14 = (AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)__this->get_address_of_operation_5(); AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * L_15; L_15 = (( AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 * (*) (AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)(AffineOperation_1_tE96201482485F9904524DB1E99114FBA24765634 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDEB3206719069D43BA42AE545794CBA1F6E20F2C_gshared_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_5 = ___operation5; AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F L_6 = (*(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3866D9CF0E39B923AE9E8A8F2BA8A39E9290F4B7_gshared_inline (RowIntervalOperationWrapper_2_tC377CB23157B3A7C7D2B0D200C3E650140D40D2D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_14 = (AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)__this->get_address_of_operation_5(); AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * L_15; L_15 = (( AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F * (*) (AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)(AffineOperation_1_t31B4321E4E1ADAEFDEEBA8FBFBCCC3689D0FEC3F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m51AE58D190EBA8EE9F1823BCF228B9F49D682689_gshared_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_5 = ___operation5; AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 L_6 = (*(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDBC820DC394184E998A2D110D92A054C5392882A_gshared_inline (RowIntervalOperationWrapper_2_tB854BB2BF4E15230691172CFE0FD4DF6769B3F5F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_14 = (AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)__this->get_address_of_operation_5(); AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * L_15; L_15 = (( AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 * (*) (AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)(AffineOperation_1_t819D6B9A5868D90466D860862AA0D772B252CD52 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF976A3CF876D3709B9C8DC17323D237C14C38C50_gshared_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_5 = ___operation5; AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 L_6 = (*(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4CB905433C625D0A3797BA5BD9C266EA4179E28E_gshared_inline (RowIntervalOperationWrapper_2_t3809ABA6ED1DA05D13FC5F3ECD283FB8CBCA85A1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_14 = (AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)__this->get_address_of_operation_5(); AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * L_15; L_15 = (( AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 * (*) (AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)(AffineOperation_1_tDCDB5FDC511E5962D7E5DAF8D6491E11CD582074 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA263588DA1879BEB0079F5CCBC8162D22857F599_gshared_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_5 = ___operation5; AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 L_6 = (*(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC7DD516CB22767D8F4D903CCD0D3BED2480E913F_gshared_inline (RowIntervalOperationWrapper_2_t44A52A5066094B4FED077B2399DCE12D6F245D5E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_14 = (AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)__this->get_address_of_operation_5(); AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * L_15; L_15 = (( AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 * (*) (AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)(AffineOperation_1_t23B35F7CE885FF144035136F1DE78359AD61B265 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m27B9EB9FC9B9EC66422EEC2BE70BDEA799BD5F2C_gshared_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_5 = ___operation5; AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B L_6 = (*(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD9E1AFBD40419364595679048F558CDD6E15E98C_gshared_inline (RowIntervalOperationWrapper_2_tECB3345A2C9D3EDAE3563C91706272195B9DF5A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_14 = (AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)__this->get_address_of_operation_5(); AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * L_15; L_15 = (( AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B * (*) (AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)(AffineOperation_1_tBA8EF44775199CC86AD46F95CB2DBC04F04F462B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m625DFB579E458ED3AA5A08DB4E347AE43235FAA5_gshared_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_5 = ___operation5; AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 L_6 = (*(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mCB354AE9D6ECDB605A5CDEA322697B5D9F62A4E4_gshared_inline (RowIntervalOperationWrapper_2_tC6B38AD6497620CC378A6613900E61A1D89E3877 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_14 = (AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)__this->get_address_of_operation_5(); AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * L_15; L_15 = (( AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 * (*) (AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)(AffineOperation_1_tB4D725A93B87205DEE02F6AF2900FBCC8240B944 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m76DF9F80E8E4ACE6A1D9FBA5D7D6A4D3F8299D07_gshared_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_5 = ___operation5; AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 L_6 = (*(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m50D98DF91F8C420155F2AD98B0B02A8EA0D4BBD7_gshared_inline (RowIntervalOperationWrapper_2_t11C4F935BE3B70D2258304348FB977FDAB8AEDD6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_14 = (AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)__this->get_address_of_operation_5(); AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * L_15; L_15 = (( AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 * (*) (AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)(AffineOperation_1_t5A0701E3A2203515D13552E82BEB8224EE737910 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B119DA0488CEB852620A65B90879AB045EBFF_gshared_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_5 = ___operation5; AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A L_6 = (*(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6EC40C274D7DF9C075ABDAC1BAE9A9E43F723D60_gshared_inline (RowIntervalOperationWrapper_2_t6001B71A27CEA1F022775453D52727A049AC4C1F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_14 = (AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)__this->get_address_of_operation_5(); AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * L_15; L_15 = (( AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A * (*) (AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)(AffineOperation_1_tCC58586D9C1B8B39E2C1F9176CBE52D5F362770A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9FD4DE7F7EC87B8665CBFE4E8E2F22F735E639F8_gshared_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_5 = ___operation5; AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF L_6 = (*(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD040842E1DF76E3CC75A053960CFD7B0F10E9D39_gshared_inline (RowIntervalOperationWrapper_2_t0EE1FAE93949818737ED4611F8D0FA042CD6D4D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_14 = (AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)__this->get_address_of_operation_5(); AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * L_15; L_15 = (( AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF * (*) (AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)(AffineOperation_1_t2A5B9CE626A340B6DE6576D1A0BB7BAC30D974DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2BCA225D29E084F3C70BEF7AD7E0C9492CA4A921_gshared_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_5 = ___operation5; AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 L_6 = (*(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m458E17A4048C74D4C971D0582A9B7CE4E8FE1C67_gshared_inline (RowIntervalOperationWrapper_2_t411238E33AAF033F5DA7F0A3E0CCF6CBE8BD9B39 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_14 = (AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)__this->get_address_of_operation_5(); AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * L_15; L_15 = (( AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 * (*) (AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)(AffineOperation_1_tF9ED396086D6EEDD6E7072A46BD3AAFC6C131610 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB1C08C6E3FDFA5BA4A21C30704B7949C236252FB_gshared_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_5 = ___operation5; AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C L_6 = (*(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m584747EB83980CBBF9987A8A3C3A3C2EC88CE92B_gshared_inline (RowIntervalOperationWrapper_2_tCFD8F6ACF59A637AA7419DB770E90F8B68C810E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_14 = (AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)__this->get_address_of_operation_5(); AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * L_15; L_15 = (( AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C * (*) (AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)(AffineOperation_1_t7BBA8A14BE8583ECBB76EAB8BD29632697C4144C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m99529E2D1B8716FB3B2CB653F35B9761E7E7D1CB_gshared_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_5 = ___operation5; AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB L_6 = (*(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D5B1021041A9ACC6A3F4723C13708D3A77A0E0_gshared_inline (RowIntervalOperationWrapper_2_tBAE632D9A584D943D0E8EDE47A7CED3C6995A155 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_14 = (AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)__this->get_address_of_operation_5(); AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * L_15; L_15 = (( AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB * (*) (AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)(AffineOperation_1_tAEDAA66F08363A1086CFA84DC03D8192FE5751DB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7C87BAD2567A8ED736F6B2C32EA4280B27E0A2FD_gshared_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_5 = ___operation5; AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B L_6 = (*(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA34CA93EC89DE628196B8EDD4EC26A9B5846E0_gshared_inline (RowIntervalOperationWrapper_2_tF5C0F866B5AD7090644F90E56D159FD57D87A6A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_14 = (AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)__this->get_address_of_operation_5(); AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * L_15; L_15 = (( AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B * (*) (AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)(AffineOperation_1_t43A0BBFCDF01577975A63671EEC74B1E6947157B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7DF3394FA2520EAEEAFA672E62216FD581261B5F_gshared_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_5 = ___operation5; AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 L_6 = (*(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5985F1EF504687CBBE14386F1CFDEF8B02DB4E03_gshared_inline (RowIntervalOperationWrapper_2_t5260D5FB18AFC8CE318CB9D9C8AFC73B69EFF979 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_14 = (AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)__this->get_address_of_operation_5(); AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * L_15; L_15 = (( AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 * (*) (AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)(AffineOperation_1_tBA1B9E3D6E7D7C56FC28C4D1A434B323513D4EA8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m284B24007E87444513BF1002850EB1EC1247BD60_gshared_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_5 = ___operation5; AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 L_6 = (*(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAD7E294D592D6BD163EDA65D63537A83F9D7843_gshared_inline (RowIntervalOperationWrapper_2_tF257E83E26DC70A78F942E6E3C814FC1D628EB0F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_14 = (AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)__this->get_address_of_operation_5(); AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * L_15; L_15 = (( AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 * (*) (AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)(AffineOperation_1_t91FD0D07CE941F252D7F5776B450160A2D08FEF4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFBB89EFD0572920CFB75DA1BA73A543FA52C0AAF_gshared_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_5 = ___operation5; AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B L_6 = (*(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE0176D6655F762EF857CB087AA2420EF51D287DD_gshared_inline (RowIntervalOperationWrapper_2_t054CC3BADBC8BA30701A407A17C5C917DE23D889 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_14 = (AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)__this->get_address_of_operation_5(); AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * L_15; L_15 = (( AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B * (*) (AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)(AffineOperation_1_t8BA6808142C8BEC5CDFB95169F90E25C96262A5B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCC89CB7032A57F24D91C23A9BA3DFEAF957B6B1E_gshared_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_5 = ___operation5; AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 L_6 = (*(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FE64012CE2254E1063545109E14921208B073B1_gshared_inline (RowIntervalOperationWrapper_2_t948D79F90F23BA4DA9E6B03648EC3BEE056CB5FD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_14 = (AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)__this->get_address_of_operation_5(); AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * L_15; L_15 = (( AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 * (*) (AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)(AffineOperation_1_tEAFD3731C5849A4DF8F4BA3F17382B6CBFA6E220 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6DD0696D98227913A7F8B74B9ED685EF61434F3E_gshared_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_5 = ___operation5; AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 L_6 = (*(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE6025B7B94CB4BDAEF05B4ECF152EC451AE85F8D_gshared_inline (RowIntervalOperationWrapper_2_t6DAF9BF93D36A9B9C14C576963B2DCECF9F4403A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_14 = (AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)__this->get_address_of_operation_5(); AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * L_15; L_15 = (( AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 * (*) (AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)(AffineOperation_1_t710124C485BF17296E908287C942CFC2AD2D0302 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB458A27645B9D9091381309DE746E396AA9B129_gshared_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_5 = ___operation5; AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 L_6 = (*(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m98C9F28D0561CF83F9DE32F598D98451E305DD56_gshared_inline (RowIntervalOperationWrapper_2_t39D4DE2BABA50270F165F8F5D0ECA0163E9ABBB8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_14 = (AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)__this->get_address_of_operation_5(); AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * L_15; L_15 = (( AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 * (*) (AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)(AffineOperation_1_t9A9E5EB3BA15A0C9A6FF4103D97F33536C013B87 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDFFFAAFB08CF59FB72F35007115C5C8D113BE6A8_gshared_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_5 = ___operation5; AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E L_6 = (*(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m13205BDE2350E751ED402BB06BE27F0A241DE637_gshared_inline (RowIntervalOperationWrapper_2_t00679C4D931FAD8A56AD183ACA8FBBC417DD47CA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_14 = (AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)__this->get_address_of_operation_5(); AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * L_15; L_15 = (( AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E * (*) (AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)(AffineOperation_1_tC764AF82760EA099CB6B525A2ADD7659B04BCE2E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6F2B01F71726A4F935C6C03DA89F60317A171077_gshared_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_5 = ___operation5; AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 L_6 = (*(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA56C5F7CB751767D4E5D1F4AE8CBC8754F89E4F3_gshared_inline (RowIntervalOperationWrapper_2_t63816526962B0F284DF566A2A7B8FEE3D8EA74EC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_14 = (AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)__this->get_address_of_operation_5(); AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * L_15; L_15 = (( AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 * (*) (AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)(AffineOperation_1_tC280590152738D28102C9D7947254757A4B44471 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD737644516065F888F99E6320B801C1BAA7F7EB9_gshared_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_5 = ___operation5; AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E L_6 = (*(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4174FD40B8A23628A4021AE034572FDEDD64B7C1_gshared_inline (RowIntervalOperationWrapper_2_t77B327A4CFB2CCCF5477780C68214D425BA699CE * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_14 = (AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)__this->get_address_of_operation_5(); AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * L_15; L_15 = (( AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E * (*) (AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)(AffineOperation_1_t97A8ABE2B4CDA983E7D92F479F24068ED6315B0E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0266B889BD54F4FE5D50BAB4537365C297958CAA_gshared_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_5 = ___operation5; AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 L_6 = (*(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0BA00B507D643A71450BB823038AB08DD0603868_gshared_inline (RowIntervalOperationWrapper_2_t33EE95653004A3CDBD45008E7415F5E76008806E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_14 = (AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)__this->get_address_of_operation_5(); AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * L_15; L_15 = (( AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 * (*) (AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)(AffineOperation_1_t2029113CC606EC1752C4FAB021785F935C464758 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m77A4BCA65BF674C8EC41D42C2FA729734902ECAA_gshared_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_5 = ___operation5; AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B L_6 = (*(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE540B9A82387739231CD024DE69DE832B04D7F88_gshared_inline (RowIntervalOperationWrapper_2_t7A6C1AEFF1E464A81406490F9DB541711C3DDEC5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_14 = (AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)__this->get_address_of_operation_5(); AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * L_15; L_15 = (( AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B * (*) (AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)(AffineOperation_1_t42C65B134F227CDF4D8FC25E5021BDD851AFF72B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB926E148F678177ECEE4D4EBFF749A9B2DB9D575_gshared_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_5 = ___operation5; AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F L_6 = (*(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AE89A03CDAD799BE45E66CA57F29D852E50626D_gshared_inline (RowIntervalOperationWrapper_2_tD2825967D01C53CB808860461B4299222887B17E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_14 = (AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)__this->get_address_of_operation_5(); AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * L_15; L_15 = (( AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F * (*) (AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)(AffineOperation_1_t31ECA081255E596D0675084EB4EFB7DB4423792F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2862F1313D8814FA8B32A0BEEFC3E41E779462D1_gshared_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_5 = ___operation5; AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 L_6 = (*(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAA94F0AEC914BE6E78894A5657BFFA970DB0A34A_gshared_inline (RowIntervalOperationWrapper_2_t30F0C6090B86FC2E86058BC64F8E04CF18F2B7A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_14 = (AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)__this->get_address_of_operation_5(); AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * L_15; L_15 = (( AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 * (*) (AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)(AffineOperation_1_t1B8C4F74BF8E5F2AC3C0977CAFD1C793A3EE3DB0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1BEDBF774189593E3369CE1ED1FAEB4F58F0AF73_gshared_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_5 = ___operation5; AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 L_6 = (*(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2FF2CD5C828FFE9FE240DF8B3E87087A6ADD6569_gshared_inline (RowIntervalOperationWrapper_2_tC83FC83A54CC54A93D0AC5DD2BF23F6172B3F5FB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_14 = (AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)__this->get_address_of_operation_5(); AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * L_15; L_15 = (( AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 * (*) (AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)(AffineOperation_1_t7785FED4996231D096776D8D50217B93C38B6600 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD496320342A4C395E68DCFD0A73456A64F9520E3_gshared_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_5 = ___operation5; AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 L_6 = (*(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7681BA2B618495FA20661F5303DE32FC0C3BB4EC_gshared_inline (RowIntervalOperationWrapper_2_t4337B49949C6EAA779923B107BB567E30A24D2B6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_14 = (AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)__this->get_address_of_operation_5(); AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * L_15; L_15 = (( AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 * (*) (AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)(AffineOperation_1_tB493DA970425757D00746633E1AA9AC172AB3A16 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8D90366C16DBBBABFBDF3A9299124EB728B51D02_gshared_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_5 = ___operation5; AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 L_6 = (*(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5D3C564E31DE0F1E00277FB6B404B85566F2563D_gshared_inline (RowIntervalOperationWrapper_2_t0F1954D3C2D3B69638FBC552EB848C3DBA5555EC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_14 = (AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)__this->get_address_of_operation_5(); AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * L_15; L_15 = (( AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 * (*) (AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)(AffineOperation_1_t5A1A04A960EA834994867F0CF8F883CD2932E4A6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD3BBE46D932A4E88B6F5260EC7B8B9633E7A26FF_gshared_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_5 = ___operation5; AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 L_6 = (*(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4DBF2FA6ED8497AC7F861C946AE72AD5C5F155DD_gshared_inline (RowIntervalOperationWrapper_2_tB2ED83B292B6D8761F077C9998A089FA51A0F6D1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_14 = (AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)__this->get_address_of_operation_5(); AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * L_15; L_15 = (( AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 * (*) (AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)(AffineOperation_1_t34224CD5572EDB8A2BDF7DDC4E7D76EBC31B69C6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCB92F6BEE4F523109EB0FFB7E327D850B40F0C_gshared_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_5 = ___operation5; AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 L_6 = (*(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1DE38C47B7F6F307B02E3A65192AB618A87786A8_gshared_inline (RowIntervalOperationWrapper_2_t2A4184424BBBAB60C50B70CBD84F1B9A9AFCAFF3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_14 = (AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)__this->get_address_of_operation_5(); AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * L_15; L_15 = (( AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 * (*) (AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)(AffineOperation_1_t9769EDB47E93E4B787049DD5128FB25C207BFB38 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m91E16648ADFE86856A9843B355835C28136826B9_gshared_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_5 = ___operation5; AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 L_6 = (*(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA90BF08E6E3CB0F13D0FB0BC8B02EAAF57F374D_gshared_inline (RowIntervalOperationWrapper_2_tBEFAD2E9996523DB9CBE273D16CF5593795A188B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_14 = (AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)__this->get_address_of_operation_5(); AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * L_15; L_15 = (( AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 * (*) (AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)(AffineOperation_1_tBB9B579D3879F84A244DC58AC758117B5F4B1860 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D375AC0D2740A8DF5F8F49AC371AB8342591D35_gshared_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_5 = ___operation5; AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 L_6 = (*(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA7C85FEF5554C50313FF7FF5116CA0121FF46BE7_gshared_inline (RowIntervalOperationWrapper_2_tCCFD078D72CB8DFA5710EB29C54CB0C2A9166084 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_14 = (AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)__this->get_address_of_operation_5(); AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * L_15; L_15 = (( AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 * (*) (AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)(AffineOperation_1_t01CA4713242DC21852FC5FCDFD2BA6CD82A98E13 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA4A9038F45B841C972DAC7374F4A2B9627419BE_gshared_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_5 = ___operation5; AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B L_6 = (*(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0835DC4BB84A432B69DAEB604E6050808C29D34C_gshared_inline (RowIntervalOperationWrapper_2_t8FB04B81AA945F0DB6EBF619A85793F60516D652 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_14 = (AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)__this->get_address_of_operation_5(); AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * L_15; L_15 = (( AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B * (*) (AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)(AffineOperation_1_t0F3DA3277D91357AF4F2C9B28F89A353D3DF945B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m82BD8D608320B65B52E49925B62A3EEC03A412D6_gshared_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_5 = ___operation5; AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC L_6 = (*(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE529457250C8CDF7F9B3BA69C47281B817B6C2C5_gshared_inline (RowIntervalOperationWrapper_2_tDC037C1EB55B9CFB706A73864C9C7AF821EF054A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_14 = (AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)__this->get_address_of_operation_5(); AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * L_15; L_15 = (( AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC * (*) (AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)(AffineOperation_1_tC62D941AEF95497FADC04A86894D33329AF68CDC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m68E6EFDD2CA156B55F056A89DA2D5DCE041F7210_gshared_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_5 = ___operation5; AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB L_6 = (*(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1C10EB9CF929DE127142A14689A0C6DE520269E1_gshared_inline (RowIntervalOperationWrapper_2_t95BFA8B5450FDC2B81C260A63B7BF5166B3E9A1B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_14 = (AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)__this->get_address_of_operation_5(); AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * L_15; L_15 = (( AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB * (*) (AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)(AffineOperation_1_tC4B464B81DFDF17DAA988A21DF013F4D2D44BDFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCA5AAA421A09BE046EA3264F8226C5407DED077D_gshared_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_5 = ___operation5; AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B L_6 = (*(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC5008DE645B6527A8D5328D603FBF3115E55A98A_gshared_inline (RowIntervalOperationWrapper_2_t14ADC31E5854D22958E9BB1B85C85EF21168635B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_14 = (AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)__this->get_address_of_operation_5(); AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * L_15; L_15 = (( AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B * (*) (AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)(AffineOperation_1_tF698D8F580AA307A0BC6F9FF16F1FDE9010D2C2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBFE8DA130F51E2D0E006EF96367C9E3AEABB58C4_gshared_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_5 = ___operation5; AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A L_6 = (*(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C115CC4DBED80191F22ED480224986B17E3FF0C_gshared_inline (RowIntervalOperationWrapper_2_t0DE53CB22F88BC2E1DFB4D014E9B7A7F0FF56957 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_14 = (AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)__this->get_address_of_operation_5(); AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * L_15; L_15 = (( AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A * (*) (AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)(AffineOperation_1_tFFA5F313F332AA1D036914354756DD5E8E6CC99A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB72200CF99A9C7B74FBC5C24BE60B735926B98BB_gshared_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_5 = ___operation5; AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C L_6 = (*(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE75C7089494CD8175984CBC7846ADD8032ED05B8_gshared_inline (RowIntervalOperationWrapper_2_tC56D421641021AA75D10383529D356ECF1376C98 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_14 = (AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)__this->get_address_of_operation_5(); AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * L_15; L_15 = (( AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C * (*) (AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)(AffineOperation_1_t56C59DDC191C153CC3EAF57220981BBEDC21C55C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFC99DDC2C1A257402953F2682405CFF20EFF2090_gshared_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_5 = ___operation5; AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 L_6 = (*(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7DEE6AF0FE8E3DEB7FAEF610D479D9C8F1BEAAFA_gshared_inline (RowIntervalOperationWrapper_2_t68F22932BA09F1951CA36D86CEE225B9C5BCCDBC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_14 = (AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)__this->get_address_of_operation_5(); AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * L_15; L_15 = (( AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 * (*) (AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)(AffineOperation_1_t640A2082373F9B792CC56280F7BC60DB691E3555 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB6FF5A44016300F43F782EE50848E000E2427F22_gshared_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_5 = ___operation5; AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 L_6 = (*(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7A6E2D51F84DE75864F1EB5C1FCCB0D6CA5E24F0_gshared_inline (RowIntervalOperationWrapper_2_tB0DBB52264D1E20BA4244694DB56A38164DECAED * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_14 = (AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)__this->get_address_of_operation_5(); AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * L_15; L_15 = (( AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 * (*) (AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)(AffineOperation_1_t2C6A5D882BD53C960F88FEFBF56CD96124F46780 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m116232E83DEA733C924449BB9266AF35B33560CA_gshared_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_5 = ___operation5; AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A L_6 = (*(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63DA42DDC1C0E3996A4AB822BE0DFBDB2111503C_gshared_inline (RowIntervalOperationWrapper_2_t80D733684B60B1D241B53E2B8DC57E691E977F07 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_14 = (AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)__this->get_address_of_operation_5(); AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * L_15; L_15 = (( AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A * (*) (AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)(AffineOperation_1_t12247F3CD75097C6BA9DB6450D12A67698215D7A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1E7F2FCED6675ED179F56303C9623D3A13FC64C5_gshared_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_5 = ___operation5; AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 L_6 = (*(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3F4A95167F2A22182D41E4B7F953404105E35E45_gshared_inline (RowIntervalOperationWrapper_2_tA1FDB5B7F1CABCF7678B85BDD543386DDD4FFF29 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_14 = (AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)__this->get_address_of_operation_5(); AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * L_15; L_15 = (( AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 * (*) (AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)(AffineOperation_1_tE97B6620B611EB77020C91057767E3FDAE1DE635 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B813303BA78F3B2457558B8757356CE8A593387_gshared_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_5 = ___operation5; AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 L_6 = (*(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6CB5C64252CE6D5EF487569702B74689038CDDE_gshared_inline (RowIntervalOperationWrapper_2_t9D387D105FC1741588D0290313D2BFAB621EF129 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_14 = (AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)__this->get_address_of_operation_5(); AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * L_15; L_15 = (( AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 * (*) (AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)(AffineOperation_1_t20D323774B08999CC0299BBAD9B243D9F586B8C2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCB765C07C23BDF4CA6385FC81B72E1790DF932CD_gshared_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_5 = ___operation5; AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA L_6 = (*(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9020E0A4D674A3E3BA6EF8930A09CEB51DE5E049_gshared_inline (RowIntervalOperationWrapper_2_tCE0CD33AFB3B2CD762780CCA7B78F4FCC0A6831C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_14 = (AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)__this->get_address_of_operation_5(); AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * L_15; L_15 = (( AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA * (*) (AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)(AffineOperation_1_t68DB18585869A164C8E50C44AE18E1F488ED61AA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBE212886C89A46010D87DC9E4F96F6FCE9ACF41D_gshared_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_5 = ___operation5; AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 L_6 = (*(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEE1375AE28B486EB21DC14188CC13BDE76E216D7_gshared_inline (RowIntervalOperationWrapper_2_tEC631EEDE7BCDE22FE7DFA57A3CD00223A808AC0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_14 = (AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)__this->get_address_of_operation_5(); AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * L_15; L_15 = (( AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 * (*) (AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)(AffineOperation_1_t60B16A6D8344B57FEF163207DF26129A91507399 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE679DBAB6C86A6D49E42DAFA4823CBB2B075BD04_gshared_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_5 = ___operation5; AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B L_6 = (*(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71C5107D98B654F93824A53EE082D6C7F8662BED_gshared_inline (RowIntervalOperationWrapper_2_tDAC22434B97C3DE2B557B53737A6AF1CABE3B784 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_14 = (AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)__this->get_address_of_operation_5(); AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * L_15; L_15 = (( AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B * (*) (AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)(AffineOperation_1_t1AD75DF8347E885722633DA14BF5A5F4DDE8AD6B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3CE3E687FF58D55E789849D75BAA4A7E403D6B0A_gshared_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_5 = ___operation5; AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 L_6 = (*(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC18090A298CA9BB3C1B79D763704AC483B2A399_gshared_inline (RowIntervalOperationWrapper_2_t84D881758B660B3B3ED1836AF46F90BC4CAE56BA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_14 = (AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)__this->get_address_of_operation_5(); AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * L_15; L_15 = (( AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 * (*) (AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)(AffineOperation_1_t67B6CB319032BC664E326FD830C69A020F846874 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA31D3F3538F0F614F6146C5D2DBAD2C1B8BC2970_gshared_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_5 = ___operation5; AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 L_6 = (*(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA8F946ACBA70D7F3D7F8AC1A3EFCCED046FA03E2_gshared_inline (RowIntervalOperationWrapper_2_tB5DC75EC8EED0CFBF77E8DD91490A30A4EF057E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_14 = (AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)__this->get_address_of_operation_5(); AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * L_15; L_15 = (( AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 * (*) (AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)(AffineOperation_1_t8A40D5F1A652492F18EE3E85042149DAAFE34BF0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m96DC64C0A46F4660EA2CDB168F62AEC21941692B_gshared_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_5 = ___operation5; AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 L_6 = (*(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE39FBB029D0313EEE71BE9027B10F47D945C1C37_gshared_inline (RowIntervalOperationWrapper_2_t0A551A562EB329DE7711CF5475DC69B2422B3126 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_14 = (AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)__this->get_address_of_operation_5(); AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * L_15; L_15 = (( AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 * (*) (AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)(AffineOperation_1_tCAC0102FEA6258E696B06E45C87188AFF1470151 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m735D0B44BC9B67AC06192FA5F6FAECAD48AB96C7_gshared_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_5 = ___operation5; AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 L_6 = (*(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7FDE6B491E10DE62D5BBA6DB99BF623FD2659B38_gshared_inline (RowIntervalOperationWrapper_2_tF368FEE2C4448E485E436DB2ACB0DD5085A17547 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_14 = (AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)__this->get_address_of_operation_5(); AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * L_15; L_15 = (( AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 * (*) (AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)(AffineOperation_1_tEB0E5861BE0C6EDEF0542365AD56FF96B43EEE87 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912E02B444068F372EBA9042102D6F6949A2941A_gshared_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_5 = ___operation5; AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 L_6 = (*(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD07F157E1F0B4B04E438D419FA4298DAE480ECB2_gshared_inline (RowIntervalOperationWrapper_2_t08195EA8BD781B2C609C136F235B8D3EA6657AED * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_14 = (AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)__this->get_address_of_operation_5(); AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * L_15; L_15 = (( AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 * (*) (AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)(AffineOperation_1_t4A81E93233246E79E464DD7DA1098B7CC33CF281 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB84ED370A3BB6F6858F61FD9C4676D88083D85FE_gshared_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_5 = ___operation5; AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 L_6 = (*(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAB69244F272A93A8302DF12C6543B8430A71C165_gshared_inline (RowIntervalOperationWrapper_2_t02F0878F9CE017515D655CD681EB2A991F4B880F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_14 = (AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)__this->get_address_of_operation_5(); AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * L_15; L_15 = (( AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 * (*) (AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)(AffineOperation_1_t220CE18966D90CA2F18958D71978FA62F8060201 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD460FCA080BDF0B0FDE7A5CDB490BA152339089E_gshared_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_5 = ___operation5; AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 L_6 = (*(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA1478867945577B98EA1D97B2D77BBE1503A1CF4_gshared_inline (RowIntervalOperationWrapper_2_tA04A56A31A386BF71BA0F7407A69FF5AA7F3A4A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_14 = (AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)__this->get_address_of_operation_5(); AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * L_15; L_15 = (( AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 * (*) (AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)(AffineOperation_1_tA4E4CB6F46CFE8F623C0ACBD157689870C2B5205 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB77B79ECAACFAFC3E7894C1940D5ADA9B007208C_gshared_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_5 = ___operation5; AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 L_6 = (*(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m66E96085DC993BD0D61E10CF600AFA4A5D112309_gshared_inline (RowIntervalOperationWrapper_2_t6DF56C181F29F33A52886511556068C4D48DADE2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_14 = (AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)__this->get_address_of_operation_5(); AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * L_15; L_15 = (( AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 * (*) (AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)(AffineOperation_1_t2B2C11434912C9E36BDCA4DFF1EF77B144E3F743 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mAAE356D8F50A8BBD1474FA046054C3CB70F14F6A_gshared_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_5 = ___operation5; AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 L_6 = (*(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFFC66125D5C34A69B539324817C6E72A18D0281A_gshared_inline (RowIntervalOperationWrapper_2_t066ADD3D706CE04E31153C4EFC4E09C809D2BC64 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_14 = (AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)__this->get_address_of_operation_5(); AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * L_15; L_15 = (( AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 * (*) (AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)(AffineOperation_1_t554673235178030E9D5DF2066AD8D87B7970AD94 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBB6AAF0D23DFFF8749E14E56687B6A89A49942CC_gshared_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_5 = ___operation5; AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 L_6 = (*(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m124A39D4C0A76C4157D0F353484E7F15556A0403_gshared_inline (RowIntervalOperationWrapper_2_t1DF1000B9C26B84C6CE889B908657ACFD77B66FA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_14 = (AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)__this->get_address_of_operation_5(); AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * L_15; L_15 = (( AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 * (*) (AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)(AffineOperation_1_tBCE05538985829B072BFEC71EC73CDAAA7CCB116 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m69E8BB26BB3072541D40BE81AC6A648B62913E0B_gshared_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_5 = ___operation5; AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 L_6 = (*(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6AC883D5BC5EFDFFF53AB627636B530C72985A6C_gshared_inline (RowIntervalOperationWrapper_2_t42C87BB7CE33F955563CFF90C62CE4B3D3EA2AAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_14 = (AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)__this->get_address_of_operation_5(); AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * L_15; L_15 = (( AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 * (*) (AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)(AffineOperation_1_t21517322E7B0421ABC9D58F6E49F4916EFD08D21 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m6EDDDFA9BD80125412BDF8B6918C5CD670BE4AC4_gshared_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_5 = ___operation5; AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 L_6 = (*(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEC67934BCCC9192B8FA0DB7C62186FC4A0B268BE_gshared_inline (RowIntervalOperationWrapper_2_tB3900DB5E21FAA3EC010A1004DF33E1E0F9094C1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_14 = (AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)__this->get_address_of_operation_5(); AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * L_15; L_15 = (( AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 * (*) (AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)(AffineOperation_1_t68E230DE30DFCE89C51B2114DFC1E9E9F40B3E19 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE238E620D37E5AD22CAE46F709211AF854484547_gshared_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_5 = ___operation5; AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF L_6 = (*(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF5D31050687F60A1527FDA4E974BD96E27D76EA0_gshared_inline (RowIntervalOperationWrapper_2_t641E2F406A2DEE2E76079AF6F8686651819CEE96 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_14 = (AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)__this->get_address_of_operation_5(); AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * L_15; L_15 = (( AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF * (*) (AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)(AffineOperation_1_t9CD54FE5699D251DFC19630D618C8DAA39C7A8DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m632FB4A168A4A091574CD5FA2DAA08B5B1D6C663_gshared_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_5 = ___operation5; AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 L_6 = (*(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m30205D506A82438A763580689877C46DFED871C3_gshared_inline (RowIntervalOperationWrapper_2_tC10BD9FE6B24CA8F7DC2512BD48BB12E0F0DA5A6 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_14 = (AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)__this->get_address_of_operation_5(); AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * L_15; L_15 = (( AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 * (*) (AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)(AffineOperation_1_t94CCC9445C1B2756345E3084DDC7436D53DB04D9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF55C15F0568803CB64E628C061253C54F823F4A8_gshared_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_5 = ___operation5; AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 L_6 = (*(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7F60DB754B15BAF1AFC6FE4E571E1813308DED07_gshared_inline (RowIntervalOperationWrapper_2_t66615326C2680F21512A141829B5D9C36C55563C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_14 = (AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)__this->get_address_of_operation_5(); AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * L_15; L_15 = (( AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 * (*) (AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)(AffineOperation_1_tDD92B8659D05FA220A1230D70CA6E9965A25AAF6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2FB9EAB4E9DED953E7AD97864E84AA8B160CFD7B_gshared_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_5 = ___operation5; AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD L_6 = (*(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA55EBA7EB7F390101B42976AB2BD60B1C48B2994_gshared_inline (RowIntervalOperationWrapper_2_t3F197F0784D5947DE5AA7D13C2B9E639D6EB3EEB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_14 = (AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)__this->get_address_of_operation_5(); AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * L_15; L_15 = (( AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD * (*) (AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)(AffineOperation_1_t0D7F9DAC5D8BBADE818ED6241F27F5B4F713DBCD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m52C45DA5BFDB9012BA45A3F553B72E975AC206E4_gshared_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_5 = ___operation5; AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 L_6 = (*(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA70BBD074E2FCC86CEAF4D528C77883FB308385C_gshared_inline (RowIntervalOperationWrapper_2_tBFA5F47488A7B387123D3119ED86058C2553A577 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_14 = (AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)__this->get_address_of_operation_5(); AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * L_15; L_15 = (( AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 * (*) (AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)(AffineOperation_1_t7250736ED4DF2AC821391B3DBED2C3E80965CA18 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEE2B333E54726AFAFFD1DB177DCF89BCF6407ABC_gshared_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_5 = ___operation5; AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 L_6 = (*(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m05F999DD558AF7A4BAE4232C042CC4CE9BBE54DB_gshared_inline (RowIntervalOperationWrapper_2_t03BE696E209C5BAD01E40F8256390DD8233C3ABB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_14 = (AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)__this->get_address_of_operation_5(); AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * L_15; L_15 = (( AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 * (*) (AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)(AffineOperation_1_tB622BE0347D76E941F76BA648FA7E10D076DD738 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m912EDF213F2DE08027C16D8AF73AE6DC530B5FE5_gshared_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_5 = ___operation5; AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 L_6 = (*(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE4B7C765C9500B7FC825DBBA049A709A9BE33C1B_gshared_inline (RowIntervalOperationWrapper_2_t782E0E108DE7DE59432379E0FD9A354E996D730E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_14 = (AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)__this->get_address_of_operation_5(); AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * L_15; L_15 = (( AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 * (*) (AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)(AffineOperation_1_tCA1C628D805C12CDB867094B2950DFEAFE092521 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0663739DC2D4A2C04B209A03BB66DA16B72A6645_gshared_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_5 = ___operation5; AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 L_6 = (*(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m87A0D8FD7F08D7FE96205E763E60217BD19C0D5B_gshared_inline (RowIntervalOperationWrapper_2_t9AF8555733E08918B7EC0B6D6958BCD0F8FCF7BB * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_14 = (AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)__this->get_address_of_operation_5(); AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * L_15; L_15 = (( AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 * (*) (AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)(AffineOperation_1_t6C82AB62F92B2351606CB66A7F33401D87B06634 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4D65CD94139E1D974A41AF7449AE0FC3D348AFB2_gshared_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_5 = ___operation5; AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 L_6 = (*(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBF9DB26C4B5A8DDEF1443670D755495E141079DE_gshared_inline (RowIntervalOperationWrapper_2_t673829D579A549D4A56F67E102E105DE6840FE85 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_14 = (AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)__this->get_address_of_operation_5(); AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * L_15; L_15 = (( AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 * (*) (AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)(AffineOperation_1_tC94B2C9751B2AC7311CFCCDDDA530A2D3B717CA8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE1EC04C0AACADFE400312163F797B7AF2C26EB88_gshared_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_5 = ___operation5; AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE L_6 = (*(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m34655913783D391474A4A19F59EED785E6A269ED_gshared_inline (RowIntervalOperationWrapper_2_tA822BDC83E4810B0B3EF4A13196BA253F805DE6F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_14 = (AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)__this->get_address_of_operation_5(); AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * L_15; L_15 = (( AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE * (*) (AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)(AffineOperation_1_tEC442EC4C28369D114FF399AC94006CFB0C852BE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF7D47E466C388299AF44164BD3AC8BE4C3660EC_gshared_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_5 = ___operation5; AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 L_6 = (*(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m17FEA0A456F892D18C097D590A047B950A3F0670_gshared_inline (RowIntervalOperationWrapper_2_t11795F5483F09C3E6B5DD4F17415E67E4E798961 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_14 = (AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)__this->get_address_of_operation_5(); AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * L_15; L_15 = (( AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 * (*) (AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)(AffineOperation_1_t05F4EE972EDF2E0F92134B5614F93F3C2C72ED84 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1A098316ACBA8C9B15E57EE4BA974DECD4AC26FC_gshared_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_5 = ___operation5; AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 L_6 = (*(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFAA604DEAF7D2C2546F500C287261F4FAB3CC2B6_gshared_inline (RowIntervalOperationWrapper_2_t250544A750BC250EF4AA30265F49B2C9BD361F87 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_14 = (AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)__this->get_address_of_operation_5(); AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * L_15; L_15 = (( AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 * (*) (AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)(AffineOperation_1_t73945CBC69FBF9533DCD3C15580967D05B8FE666 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2CC89E0CC1DE6E364FD610137B1D68D917FA5C7C_gshared_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_5 = ___operation5; AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B L_6 = (*(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m74D0C5FDF6B9E1866B2F7BE87AF136E6CA62D442_gshared_inline (RowIntervalOperationWrapper_2_t4C69C9600D286E9E56825CA23BEE2F90FEEF9AEA * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_14 = (AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)__this->get_address_of_operation_5(); AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * L_15; L_15 = (( AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B * (*) (AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)(AffineOperation_1_t5729157191342E3AF8A97F7084F3ADA23758312B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF351B359B7D9C68F83CD193BFE9E98CA71DDD858_gshared_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_5 = ___operation5; AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 L_6 = (*(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m920D1CBD6713218A362E3F78DBB157BC6B760EB5_gshared_inline (RowIntervalOperationWrapper_2_tC334AE0372F21BF77BBAAFAD549008F47026A365 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_14 = (AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)__this->get_address_of_operation_5(); AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * L_15; L_15 = (( AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 * (*) (AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)(AffineOperation_1_tFA0B7190B17300025293D36908FE70EABFFF6EB4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA6AD45A272A038798DE037DBD42C35ADDBD29BD8_gshared_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_5 = ___operation5; AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 L_6 = (*(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283E9C2D2860A8FF762F255A0A8948504F72B4E2_gshared_inline (RowIntervalOperationWrapper_2_tDB3E71AACF84E2AF51204A821EA60091F3D78952 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_14 = (AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)__this->get_address_of_operation_5(); AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * L_15; L_15 = (( AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 * (*) (AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)(AffineOperation_1_t282BDC4839992618E3672A71CCFABE2AD40AFB98 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m05D48900A72BBF15C5CDF3E783FEA23F06D2597A_gshared_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_5 = ___operation5; AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 L_6 = (*(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m109A0693713EB605311232E52C3D4BA30662D4ED_gshared_inline (RowIntervalOperationWrapper_2_tF3BFE7D871273E091931EEEEA469FF6255998DD4 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_14 = (AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)__this->get_address_of_operation_5(); AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * L_15; L_15 = (( AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 * (*) (AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)(AffineOperation_1_t8A0BB7E1A649F171EB3D97E3C25EF491219004C6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m87BA1D76BD65E816F71B3E06A1FE20459D2627A4_gshared_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_5 = ___operation5; AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B L_6 = (*(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3641664EB4A39C8FAF67D7930AC063C8E6C2CB16_gshared_inline (RowIntervalOperationWrapper_2_t2C276069289DE25952B7BAF13DF6179782BF9097 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_14 = (AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)__this->get_address_of_operation_5(); AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * L_15; L_15 = (( AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B * (*) (AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)(AffineOperation_1_t753F2E6A0CC1DB4FAEC675BEB4991355EEA0FE9B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD838834ADB0E84E3667C7EBA2B40DD4930CB8025_gshared_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_5 = ___operation5; AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 L_6 = (*(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6C1D4C4F3FFE28ABC9A25DB940ACABE2AE236F1_gshared_inline (RowIntervalOperationWrapper_2_t74EDE5ED7262C197FF29387827F8B6D3A39481A1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_14 = (AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)__this->get_address_of_operation_5(); AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * L_15; L_15 = (( AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 * (*) (AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)(AffineOperation_1_t47361F2573AEF56EC7F790BC85A1666C48DC6982 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m151AA2F8B17F907FC83CC44EF2F316D5F6AABDB5_gshared_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_5 = ___operation5; AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 L_6 = (*(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3FE66FBAD24FBBF6B224359D09D6A939DCD6CDF2_gshared_inline (RowIntervalOperationWrapper_2_t3C90E7DEE6CE7134263900011CEFFCD8CAAC78CC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_14 = (AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)__this->get_address_of_operation_5(); AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * L_15; L_15 = (( AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 * (*) (AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)(AffineOperation_1_tF873EE2016C56CB322C9E7BAF980D366E3820E57 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC4388BF045BC009789C0258C415BC5604737EE1C_gshared_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_5 = ___operation5; AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 L_6 = (*(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m71F6FC97B627199CF85218CEAA4F29897809ADF0_gshared_inline (RowIntervalOperationWrapper_2_t1080DEA59A41CF5523304AC68A5557923B196DAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_14 = (AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)__this->get_address_of_operation_5(); AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * L_15; L_15 = (( AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 * (*) (AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)(AffineOperation_1_t6760D48F77B2DF6AADC80D428D7FBD81FF1A16E1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5C3F82C0B4E23C1699C80E197CA91F638F44B0E5_gshared_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_5 = ___operation5; AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D L_6 = (*(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4E6FD996C4850CF1E6C00D16A1AECB34C86881C3_gshared_inline (RowIntervalOperationWrapper_2_t7FF868A3E4CB675BA7EEC77B9F3B01ADE0FA239E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_14 = (AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)__this->get_address_of_operation_5(); AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * L_15; L_15 = (( AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D * (*) (AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)(AffineOperation_1_t3B995053CB60D09822493D149107B26F2AA0400D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5222280E6974AA629E5347C5E24314305D1BA2F_gshared_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_5 = ___operation5; AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 L_6 = (*(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF82894022E529EAACA7E1321FCB58F34F64CFCBA_gshared_inline (RowIntervalOperationWrapper_2_t301306C6D95A56DD82414B2F1489FFBDE6134DF0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_14 = (AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)__this->get_address_of_operation_5(); AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * L_15; L_15 = (( AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 * (*) (AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)(AffineOperation_1_t343FCE0CE1E1E2DA82FA0C388F8286715A711371 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2788E43C63DD491602E3974210326155101D33CD_gshared_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_5 = ___operation5; AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 L_6 = (*(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD6675150A605B6932EA30C58EAAC0F7C67F02040_gshared_inline (RowIntervalOperationWrapper_2_t21B5B2B8B14F2ABF2A7E1F03C0DB6AD71557C487 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_14 = (AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)__this->get_address_of_operation_5(); AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * L_15; L_15 = (( AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 * (*) (AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)(AffineOperation_1_t2976FEE6E9795815FDDE50FDFA6A60074D125927 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m267010D593ABDA0C366C3BF5C7CF27FCC56956FC_gshared_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_5 = ___operation5; AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 L_6 = (*(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m06A8251D09FA2E7625BC24B7042E373D853A5DDC_gshared_inline (RowIntervalOperationWrapper_2_t22B2F7E0A5123A5C17160C4C5AEF907567BEB537 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_14 = (AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)__this->get_address_of_operation_5(); AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * L_15; L_15 = (( AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 * (*) (AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)(AffineOperation_1_tCECE9436325D45A40C459DE51F5B0C8480F44BD7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE53D0294E92EBAD8E8551C8016E674D1166C79B4_gshared_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_5 = ___operation5; AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 L_6 = (*(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF93BD3D30AF9BCCE6A5D2F6673E86676E38C46EC_gshared_inline (RowIntervalOperationWrapper_2_t309B107D9A2EEBAE2B646ADCC5B40E96221E11F7 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_14 = (AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)__this->get_address_of_operation_5(); AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * L_15; L_15 = (( AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 * (*) (AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)(AffineOperation_1_tD70AEB255AA81113A5C4A9EBB92C1D435515E1C8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m940D0B5A99AE68D4234A2F01AFBB751184B31D69_gshared_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_5 = ___operation5; AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB L_6 = (*(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m60A239C94729DCED745B5EA94B2C74A8F966BC89_gshared_inline (RowIntervalOperationWrapper_2_t03B3585773A0C68E4B51442C9091954337E99D32 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_14 = (AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)__this->get_address_of_operation_5(); AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * L_15; L_15 = (( AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB * (*) (AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)(AffineOperation_1_tB2780206DA70A1963CFC09E6B73403400238C0FB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m469E09F08A4AB8080BABEFFC0BF14074F77B1A46_gshared_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_5 = ___operation5; AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 L_6 = (*(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m161F7D72269EC2ACF066A6D7F610C84AE4ACACB5_gshared_inline (RowIntervalOperationWrapper_2_t34E32966C3560AD102722462456B741D8B78C447 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_14 = (AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)__this->get_address_of_operation_5(); AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * L_15; L_15 = (( AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 * (*) (AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)(AffineOperation_1_t674BBEA1BFF3B67B4C6AB704A48E5662100AE350 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDC2DE960958A56399E6FE3637653B828C3928E91_gshared_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_5 = ___operation5; AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A L_6 = (*(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE7DF47158BBD067A706DD6984C84C75D3FF1CFB7_gshared_inline (RowIntervalOperationWrapper_2_tBD97FFF18CB138D83AB5A39CB2FCAFCB6626C80E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_14 = (AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)__this->get_address_of_operation_5(); AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * L_15; L_15 = (( AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A * (*) (AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)(AffineOperation_1_t612A7A681885C6DC60F88AD00CBB76F4F0C3583A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m755AF950A385BD3977B341F4C41A300F066C5BA4_gshared_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_5 = ___operation5; AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 L_6 = (*(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE231FF03ABF8DA40B391C9CEBF7EBA3AF0CFDEFA_gshared_inline (RowIntervalOperationWrapper_2_tE6B295EC87028C1834A1293DFF0999DC66B0F7C1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_14 = (AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)__this->get_address_of_operation_5(); AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * L_15; L_15 = (( AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 * (*) (AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)(AffineOperation_1_t5EBD7248925B1102CEFE35C3755E306726622148 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5B74AF741B73D71BEEF2E7D2FCCB27774BD2CB1E_gshared_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_5 = ___operation5; AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 L_6 = (*(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0490E450ADA8BBE6E407CD972329C61AA0833205_gshared_inline (RowIntervalOperationWrapper_2_tEFE7B32DE49A167A1889AC3641E7BBC10B72F40A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_14 = (AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)__this->get_address_of_operation_5(); AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * L_15; L_15 = (( AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 * (*) (AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)(AffineOperation_1_t23FF3071154C378A4415B87DF128EB744414F580 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE58D372BB3AF1C6E6F461EF181C06E072B785429_gshared_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_5 = ___operation5; AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 L_6 = (*(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF634FD2B02B383671E12570E1DFFC1D9088F9642_gshared_inline (RowIntervalOperationWrapper_2_tD76961C229AFF53A962B88B57775616CE35326E3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_14 = (AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)__this->get_address_of_operation_5(); AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * L_15; L_15 = (( AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 * (*) (AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)(AffineOperation_1_tDCC2B9B7C7683D868DD406B5167FB4F506555FD5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m318DCB42A73595294D4F0555D1746C433F28771B_gshared_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_5 = ___operation5; AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 L_6 = (*(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2B89B6F2A556D653CD93B57459B98FE4C44324B0_gshared_inline (RowIntervalOperationWrapper_2_t3695E7392BCB1C92427A23DB94737A06F30FC8EE * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_14 = (AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)__this->get_address_of_operation_5(); AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * L_15; L_15 = (( AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 * (*) (AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)(AffineOperation_1_t5109DA1068FFA2DC3845D7B3408582FA31D40184 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m686401C4916C02C8669B4354F73C712247D19739_gshared_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_5 = ___operation5; AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 L_6 = (*(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1678B40BD80F616FEAD1AC2A64BDBFE366A37090_gshared_inline (RowIntervalOperationWrapper_2_tE5C9C715F06096F502049F63EA3907CF4435E3E8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_14 = (AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)__this->get_address_of_operation_5(); AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * L_15; L_15 = (( AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 * (*) (AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)(AffineOperation_1_t1062841E424D04ACDD9C2E7D252338E92E378668 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m56682B45957D6A6B168DD0BC43BA6C4F0447AFDF_gshared_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_5 = ___operation5; AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF L_6 = (*(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEBF8B682E0136C62B89A03FD5C6EB0714F775302_gshared_inline (RowIntervalOperationWrapper_2_tF9C0717125455A3A592D46057798081D00EAC981 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_14 = (AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)__this->get_address_of_operation_5(); AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * L_15; L_15 = (( AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF * (*) (AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)(AffineOperation_1_t48B99A75E40FEA6175CF3580F082EF0C68C581DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m379DA2CB1E53EF72B3FD0717451DC824BD78DBB8_gshared_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_5 = ___operation5; AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 L_6 = (*(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m33766785EDBEA321AFB371114CE6C3172AC99207_gshared_inline (RowIntervalOperationWrapper_2_t9D1D1E43AE045ED3F0848E8C59C8A1990270ADAD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_14 = (AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)__this->get_address_of_operation_5(); AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * L_15; L_15 = (( AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 * (*) (AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)(AffineOperation_1_tD2703BE1B9BC4759375C890B6477CCCB7B3C11B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD328A4923E1D9ABABCE2986E65F0FC2CA78C6CD_gshared_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_5 = ___operation5; AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C L_6 = (*(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7D17139F27096AB68520223772948FEC5B00A521_gshared_inline (RowIntervalOperationWrapper_2_tDCDCED4D20C13C23910D41B1FBD06561AFBC6ABC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_14 = (AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)__this->get_address_of_operation_5(); AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * L_15; L_15 = (( AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C * (*) (AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)(AffineOperation_1_t53038694893558AE074080E42258B73C52BFBF5C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m19F0FFC266B5200AEBB288ACB337F8B5DA61F1A8_gshared_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_5 = ___operation5; AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 L_6 = (*(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF9443BCC1C944BEBE2B4B7F11373F325421D011D_gshared_inline (RowIntervalOperationWrapper_2_t462A3F30E706B32562EC445BADBD5B83793E1D6D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_14 = (AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)__this->get_address_of_operation_5(); AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * L_15; L_15 = (( AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 * (*) (AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)(AffineOperation_1_t7180C32F7F0CAFC8AB9B85006B1FE98B16DE9BC4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m35F43AC21D6BE34595ED231DF0E0CE5AB6AD5677_gshared_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_5 = ___operation5; AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E L_6 = (*(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2DEDA55C6E60B7046C650E6FF7828875B3B03CA1_gshared_inline (RowIntervalOperationWrapper_2_t8C85A670A34A1E7145D88AEE3043DE899EA58EFD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_14 = (AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)__this->get_address_of_operation_5(); AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * L_15; L_15 = (( AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E * (*) (AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)(AffineOperation_1_tBA1073A2B6C288A7F06974A7DF18A34B37B4323E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCF728243B23B741B344BB0A2000F58E7E8E731BF_gshared_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_5 = ___operation5; AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E L_6 = (*(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF8ED3FE836758CE929B24BA8CECAE6B4CD2C075F_gshared_inline (RowIntervalOperationWrapper_2_t4E809DC17D7BD83A81087EEB2BCC03B0A9A99D8F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_14 = (AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)__this->get_address_of_operation_5(); AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * L_15; L_15 = (( AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E * (*) (AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)(AffineOperation_1_t4F13965FCC41C9613CCF8796F5498357C900E78E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE8DDF343CB8A9595EF75EE3C995F7BB70486C61F_gshared_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_5 = ___operation5; AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 L_6 = (*(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63E23FFBA53ADCBF09B8688756956337D62519E2_gshared_inline (RowIntervalOperationWrapper_2_tAA8760F78AA001C9680F29E532CC0ACE22AEAE8A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_14 = (AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)__this->get_address_of_operation_5(); AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * L_15; L_15 = (( AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 * (*) (AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)(AffineOperation_1_t9EAA9042A88A629231C28136E5E047F723EF0594 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mADCA712CDD096DA141B94133E5913023BB7EB93A_gshared_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_5 = ___operation5; AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 L_6 = (*(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m844F15A7DC149FEB7602C8D17338A57E21B51949_gshared_inline (RowIntervalOperationWrapper_2_tDBE06621330A234DFF4D6BBD6F0EDF1BEAA4B84A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_14 = (AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)__this->get_address_of_operation_5(); AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * L_15; L_15 = (( AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 * (*) (AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)(AffineOperation_1_t1B609E5BD80DAD4968BDA4885D69F409389BB747 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_5 = ___operation5; AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 L_6 = (*(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_14 = (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)__this->get_address_of_operation_5(); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_15; L_15 = (( AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * (*) (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_5 = ___operation5; AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 L_6 = (*(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_14 = (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)__this->get_address_of_operation_5(); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_15; L_15 = (( AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * (*) (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_5 = ___operation5; AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 L_6 = (*(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_14 = (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)__this->get_address_of_operation_5(); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_15; L_15 = (( AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * (*) (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_5 = ___operation5; AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 L_6 = (*(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_14 = (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)__this->get_address_of_operation_5(); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_15; L_15 = (( AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * (*) (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_5 = ___operation5; AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B L_6 = (*(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_14 = (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)__this->get_address_of_operation_5(); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_15; L_15 = (( AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * (*) (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_5 = ___operation5; AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 L_6 = (*(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_14 = (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)__this->get_address_of_operation_5(); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_15; L_15 = (( AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * (*) (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_5 = ___operation5; AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F L_6 = (*(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_14 = (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)__this->get_address_of_operation_5(); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_15; L_15 = (( AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * (*) (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_5 = ___operation5; ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 L_6 = (*(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_14 = (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_15; L_15 = (( ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * (*) (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_5 = ___operation5; ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB L_6 = (*(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_14 = (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_15; L_15 = (( ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * (*) (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_5 = ___operation5; ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A L_6 = (*(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_14 = (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_15; L_15 = (( ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * (*) (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_5 = ___operation5; ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 L_6 = (*(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_14 = (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_15; L_15 = (( ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * (*) (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_5 = ___operation5; ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 L_6 = (*(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_14 = (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_15; L_15 = (( ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * (*) (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_5 = ___operation5; ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 L_6 = (*(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_14 = (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_15; L_15 = (( ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * (*) (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_5 = ___operation5; ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 L_6 = (*(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_14 = (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_15; L_15 = (( ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * (*) (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_5 = ___operation5; ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 L_6 = (*(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_14 = (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_15; L_15 = (( ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * (*) (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_5 = ___operation5; ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 L_6 = (*(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_14 = (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_15; L_15 = (( ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * (*) (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_5 = ___operation5; ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 L_6 = (*(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_14 = (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_15; L_15 = (( ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * (*) (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_5 = ___operation5; ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 L_6 = (*(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_14 = (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_15; L_15 = (( ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * (*) (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_5 = ___operation5; ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F L_6 = (*(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_14 = (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_15; L_15 = (( ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * (*) (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_5 = ___operation5; ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED L_6 = (*(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_14 = (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_15; L_15 = (( ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * (*) (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_5 = ___operation5; ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 L_6 = (*(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_14 = (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_15; L_15 = (( ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * (*) (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_5 = ___operation5; ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 L_6 = (*(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_14 = (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_15; L_15 = (( ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * (*) (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_5 = ___operation5; ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD L_6 = (*(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_14 = (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_15; L_15 = (( ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * (*) (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_5 = ___operation5; ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 L_6 = (*(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_14 = (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_15; L_15 = (( ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * (*) (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_5 = ___operation5; ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E L_6 = (*(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_14 = (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_15; L_15 = (( ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * (*) (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_5 = ___operation5; ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 L_6 = (*(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_14 = (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_15; L_15 = (( ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * (*) (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_5 = ___operation5; ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 L_6 = (*(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_14 = (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_15; L_15 = (( ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * (*) (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_5 = ___operation5; ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 L_6 = (*(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_14 = (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_15; L_15 = (( ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * (*) (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_5 = ___operation5; ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C L_6 = (*(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_14 = (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_15; L_15 = (( ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * (*) (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_5 = ___operation5; ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E L_6 = (*(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_14 = (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_15; L_15 = (( ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * (*) (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_5 = ___operation5; ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 L_6 = (*(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_14 = (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_15; L_15 = (( ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * (*) (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_5 = ___operation5; ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 L_6 = (*(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_14 = (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_15; L_15 = (( ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * (*) (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_5 = ___operation5; ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 L_6 = (*(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_14 = (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_15; L_15 = (( ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * (*) (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_5 = ___operation5; ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 L_6 = (*(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_14 = (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_15; L_15 = (( ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * (*) (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_5 = ___operation5; ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 L_6 = (*(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_14 = (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_15; L_15 = (( ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * (*) (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_5 = ___operation5; ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D L_6 = (*(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_14 = (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_15; L_15 = (( ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * (*) (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_5 = ___operation5; ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 L_6 = (*(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_14 = (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_15; L_15 = (( ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * (*) (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_5 = ___operation5; ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB L_6 = (*(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_14 = (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_15; L_15 = (( ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * (*) (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_5 = ___operation5; ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB L_6 = (*(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_14 = (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_15; L_15 = (( ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * (*) (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_5 = ___operation5; ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 L_6 = (*(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_14 = (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_15; L_15 = (( ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * (*) (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_5 = ___operation5; ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B L_6 = (*(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_14 = (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_15; L_15 = (( ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * (*) (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_5 = ___operation5; ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 L_6 = (*(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_14 = (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_15; L_15 = (( ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * (*) (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_5 = ___operation5; ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 L_6 = (*(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_14 = (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_15; L_15 = (( ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * (*) (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_5 = ___operation5; ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A L_6 = (*(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_14 = (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_15; L_15 = (( ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * (*) (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { 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 Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 Span_1_Slice_m3A5E7241D56CAEB9BD4316C0113CC7CFD05442EE_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __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_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_8 = (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)__this->get__pinnable_0(); intptr_t L_9 = V_0; int32_t L_10 = ___length1; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_11; memset((&L_11), 0, sizeof(L_11)); Span_1__ctor_m4800A06F5A4DD54FCAC245DD6690711520A10993_inline((&L_11), (Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 *)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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_11; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m4800A06F5A4DD54FCAC245DD6690711520A10993_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * ___pinnable0, intptr_t ___byteOffset1, int32_t ___length2, const RuntimeMethod* method) { { int32_t L_0 = ___length2; __this->set__length_2(L_0); Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * 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_m3C7046C5C0158088725A0E868965BE65DEAC6988_gshared_inline (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 * __this, Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___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; } Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* 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_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )); return; } IL_0017: { il2cpp_codegen_initobj((&V_0), sizeof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )); goto IL_0043; } { Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* 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; Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* 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; Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* 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); Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* L_15 = ___array0; Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * L_16; L_16 = (( Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 * (*) (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_t2BAF5CB526712554290A16FE145CF79BFEC4B767_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; } }