#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_t7CDBB516440B01D94473ED104064AADB3324AF2E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546; // 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.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: }; // 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_tC501922DA9520C453855A46860AEF496997A2C9B { 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 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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tC501922DA9520C453855A46860AEF496997A2C9B, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1 { 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 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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_tF5725191176A043C825214C8F9DCA8CEFED779D1, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A { 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 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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_t4A4E2B787914D4959C453544CF35D9B13F0B736A, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 { 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 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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7 { 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 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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t272642E087457D007EAF28898AA04FA6EA6A69F7, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_t41BE23AF6DC3BDC293004E52AB5A83B208980741, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_t1FF229A8D487B8828107BAC8055119347F3B971C, ___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_tC90F15129AF10399FDE6212D924B040A4C816210 { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tC90F15129AF10399FDE6212D924B040A4C816210, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 { 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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___source_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___destination_3)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * 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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F { 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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_t356B608C4C5797484C35CF037CAE595B087F041B * ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___source_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_source_1() const { return ___source_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___destination_3)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * 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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t685F91638544DEB222831A74D6C42ABFDACEAE81, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t032A67300AD7CB692050A4F81D21A3813D9D2130, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197 { 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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___source_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_source_1() const { return ___source_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___destination_3)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * 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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t1174E5102BE7F45676035055E6D0FA6832D03197, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883 { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t4506988D70B10556DF2F06CF2D89096068A8A883, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A, ___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_tF254891085610A44A942DF70822C9785DFA6456F { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_tF254891085610A44A942DF70822C9785DFA6456F, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A { 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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___source_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_source_1() const { return ___source_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___destination_3)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * 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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A, ___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_t489525867F34E06032D9284299741A31CADDC201 { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t489525867F34E06032D9284299741A31CADDC201, ___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_t489525867F34E06032D9284299741A31CADDC201, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t489525867F34E06032D9284299741A31CADDC201, ___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_t489525867F34E06032D9284299741A31CADDC201, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t489525867F34E06032D9284299741A31CADDC201, ___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_t489525867F34E06032D9284299741A31CADDC201, ___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_t489525867F34E06032D9284299741A31CADDC201, ___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_t489525867F34E06032D9284299741A31CADDC201, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t7D512EBCB207593A3E2C61A047DC4CD78A678782, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075 { 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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___source_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___destination_3)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * 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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_t923A53F58333E92EE6716D7A386A3EE759EF0075, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83 { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD57275A6B3008EEF85AAB27EF16275A665301C83, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE, ___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_t0098272E900151CAE78102A84CC655354F1A4A76 { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t0098272E900151CAE78102A84CC655354F1A4A76, ___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_t8FB49589A4162D2E756996932C3E35735F29A004 { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_t8FB49589A4162D2E756996932C3E35735F29A004, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 { 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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___source_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___destination_3)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * 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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB34F442EF727959D70DA28F1E503F890EAAC39D3, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t0B32DB2E669D25672805A30DE62745FEA87B196D, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE { 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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___source_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_source_1() const { return ___source_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___destination_3)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * 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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618 { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_t22D21F9E9499075B0D96DF72B99152EB6F177618, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_tEB4E143D14CA22879BC644DADB8B6886B056789B, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD { 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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t7E08489544837D38B5001DE771A6CAB74531FCBD, ___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_t27A2890F13326A8B7646443297EA216435EAD92A { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t27A2890F13326A8B7646443297EA216435EAD92A, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t5D84777B881F0BD50B01B95ABC2E280D2A648507, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t18617FDC8D0F68843525E4817B61D8C94154EA6D, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70 { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_t7649D815E601608E16BDD1011C267FBA89F76C70, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 { 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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_tDF56A3F17207A09E443130A5C5D66F439D5B5891, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_t2B6EDF455898C986FD8A9891DA77628CA32191A1, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_tDF1BA67674387CE647F00D12A3E34C21F1C72124, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76 { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t17581B1EE35377914B2840D6D6F88A674B098D76, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD { 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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t4360BBC93C2032882798101D6B5F5F4341326CAD, ___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_t434FED8C5C2213C23C090114C63C71920725EB13 { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t434FED8C5C2213C23C090114C63C71920725EB13, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t8DBC341DF81CFA35CC503104303E96382686C39A, ___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_t90FD06563781B025F90583B51464563851A4888A { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_t90FD06563781B025F90583B51464563851A4888A, ___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_t90FD06563781B025F90583B51464563851A4888A, ___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(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A, ___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_t90FD06563781B025F90583B51464563851A4888A, ___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(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A, ___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_t90FD06563781B025F90583B51464563851A4888A, ___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_t90FD06563781B025F90583B51464563851A4888A, ___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_t90FD06563781B025F90583B51464563851A4888A, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0 { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t52C205B92BD23B7B07AB1B9776D48398595005A0, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 { 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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t494BF67802BCECE879859D733A5A7BE02BF0F41B, ___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_t6872939E756319F32103ABAA88442C356B5F64A3 { 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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_tC65033B950B0DF524F21E89B6731096699F3220C * ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_t6872939E756319F32103ABAA88442C356B5F64A3, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF, ___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_t25DD4377176731D784D38365F2E2B0767623F944 { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t25DD4377176731D784D38365F2E2B0767623F944, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86 { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_t98CF0C7D183E990DFDA50E4022D589804614DE86, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA { 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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB { 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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97, ___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_tBB25B8D550448882386C8016AF574501B4F7735E { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tBB25B8D550448882386C8016AF574501B4F7735E, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C { 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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_t6E46804086836AE4079C7E7EF011A8EC1559A79C, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313 { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_tF27D94C57525375DD9F387C1A1B26E8A75041313, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t222664F56989E6163C50D674944FB37A4CFEA65C, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 { 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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t23894668CA036B8086BC0C3A707E458995F0FBDB, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_t846FB8DC15B44855D9EDB09C334587B84265ABA5, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B { 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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1 { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t3556E780771FB63677D61C43310A7FB0E1E773F1, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t159AFC639E6C6729AA34A147837A6F28F772D27C, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1 { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t916B472C20CA54EC04505A48F845D28D119AA3E1, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t7114624389E78348045E6FE61E83EDFAB17F4AFC, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_t2571B040865C1064B92EEB71759E2D5F4C7735E6, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06 { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_tD7439879DE435413947AF31CCC45FE6B8D846D06, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E { 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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66, ___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_t38A0661783054009109F4AF979E92881E4446EE0 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t38A0661783054009109F4AF979E92881E4446EE0, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_t412E29F409DEF7AAD20CDAC687EC504D9282203F, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tEF76A790969C4355FFD72B0D2CBAE28F04219754, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 { 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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4 { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_tBD451709B72A451377D9FDBD24DE18597F5884B4, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t60F7492601BFF97610B02969B16DDADED55E8A7E, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD { 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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_tC634C48B561CDAD12BF996F44448B71AB89949AD, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B { 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_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___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_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A { 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_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___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_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD { 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_tC501922DA9520C453855A46860AEF496997A2C9B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___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_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD, ___operation_5)); } inline ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B 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_tB52D23441B71C1981831D45CA4B5ED310B415D83 { 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_tF5725191176A043C825214C8F9DCA8CEFED779D1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___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_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___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_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___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_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___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_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___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_tB52D23441B71C1981831D45CA4B5ED310B415D83, ___operation_5)); } inline ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D { 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_t4A4E2B787914D4959C453544CF35D9B13F0B736A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___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_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D, ___operation_5)); } inline ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A 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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E { 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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___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_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E, ___operation_5)); } inline ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 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_t15B04D834224419740BA464F375CF59B206E4819 { 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_t272642E087457D007EAF28898AA04FA6EA6A69F7 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819, ___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_t15B04D834224419740BA464F375CF59B206E4819, ___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_t15B04D834224419740BA464F375CF59B206E4819, ___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_t15B04D834224419740BA464F375CF59B206E4819, ___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_t15B04D834224419740BA464F375CF59B206E4819, ___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_t15B04D834224419740BA464F375CF59B206E4819, ___operation_5)); } inline ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 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_tC201931405423176ECBABF40B06FF747E5568C54 { 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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54, ___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_tC201931405423176ECBABF40B06FF747E5568C54, ___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_tC201931405423176ECBABF40B06FF747E5568C54, ___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_tC201931405423176ECBABF40B06FF747E5568C54, ___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_tC201931405423176ECBABF40B06FF747E5568C54, ___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_tC201931405423176ECBABF40B06FF747E5568C54, ___operation_5)); } inline ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D 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_tC210ED7F3E8F2F47C24354C1671843A057964AFD { 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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___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_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___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_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___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_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___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_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___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_tC210ED7F3E8F2F47C24354C1671843A057964AFD, ___operation_5)); } inline ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 { 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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___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_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756, ___operation_5)); } inline ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 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_t1A53A26225F4E282AF351469BB7110E2AD8A5132 { 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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___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_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___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_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___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_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___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_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___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_t1A53A26225F4E282AF351469BB7110E2AD8A5132, ___operation_5)); } inline ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 { 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_t1FF229A8D487B8828107BAC8055119347F3B971C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___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_tCCF17E31730844B6E89C7FD95298CFA9D45131E8, ___operation_5)); } inline ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C 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_t7131045F67DA9D559BE870FD50AAEE97003B873D { 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_tC90F15129AF10399FDE6212D924B040A4C816210 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___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_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___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_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___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_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___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_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___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_t7131045F67DA9D559BE870FD50AAEE97003B873D, ___operation_5)); } inline ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 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_tA9F0D86BCA4E0515E751F9518E199B354A13D273 { 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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___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_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___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_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___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_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___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_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___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_tA9F0D86BCA4E0515E751F9518E199B354A13D273, ___operation_5)); } inline ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 { 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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___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_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17, ___operation_5)); } inline ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 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_t40773655EE8D3C678797DD2AD83998704ADCC776 { 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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776, ___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_t40773655EE8D3C678797DD2AD83998704ADCC776, ___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_t40773655EE8D3C678797DD2AD83998704ADCC776, ___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_t40773655EE8D3C678797DD2AD83998704ADCC776, ___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_t40773655EE8D3C678797DD2AD83998704ADCC776, ___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_t40773655EE8D3C678797DD2AD83998704ADCC776, ___operation_5)); } inline ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C { 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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___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_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C, ___operation_5)); } inline ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC 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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF { 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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___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_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF, ___operation_5)); } inline ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 { 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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___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_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135, ___operation_5)); } inline ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 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_t17116E0E099578CDF0519CA1D27D351A59829155 { 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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155, ___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_t17116E0E099578CDF0519CA1D27D351A59829155, ___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_t17116E0E099578CDF0519CA1D27D351A59829155, ___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_t17116E0E099578CDF0519CA1D27D351A59829155, ___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_t17116E0E099578CDF0519CA1D27D351A59829155, ___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_t17116E0E099578CDF0519CA1D27D351A59829155, ___operation_5)); } inline ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD 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_t5F9D0202528BE55227EBD9F278091B09EC6EA711 { 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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___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_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___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_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___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_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___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_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___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_t5F9D0202528BE55227EBD9F278091B09EC6EA711, ___operation_5)); } inline ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F 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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A { 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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___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_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A, ___operation_5)); } inline ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A { 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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___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_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A, ___operation_5)); } inline ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 { 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_t685F91638544DEB222831A74D6C42ABFDACEAE81 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___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_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91, ___operation_5)); } inline ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 { 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_t032A67300AD7CB692050A4F81D21A3813D9D2130 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___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_tA7CAF560675852B1B51DB0453BD4B3AF088722C8, ___operation_5)); } inline ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 { 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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___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_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354, ___operation_5)); } inline ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A 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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 { 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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___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_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2, ___operation_5)); } inline ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 { 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_t1174E5102BE7F45676035055E6D0FA6832D03197 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___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_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9, ___operation_5)); } inline ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC { 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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___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_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC, ___operation_5)); } inline ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE 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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F { 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_t4506988D70B10556DF2F06CF2D89096068A8A883 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___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_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F, ___operation_5)); } inline ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 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_tE87B662429DF540057BD71279D206FB5C15C1837 { 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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837, ___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_tE87B662429DF540057BD71279D206FB5C15C1837, ___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_tE87B662429DF540057BD71279D206FB5C15C1837, ___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_tE87B662429DF540057BD71279D206FB5C15C1837, ___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_tE87B662429DF540057BD71279D206FB5C15C1837, ___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_tE87B662429DF540057BD71279D206FB5C15C1837, ___operation_5)); } inline ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE 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_tFD78176056BC53C5950EDA90B4A13A4717DE661F { 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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___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_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___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_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___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_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___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_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___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_tFD78176056BC53C5950EDA90B4A13A4717DE661F, ___operation_5)); } inline ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A 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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 { 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_tF254891085610A44A942DF70822C9785DFA6456F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___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_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5, ___operation_5)); } inline ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F 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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E { 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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___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_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E, ___operation_5)); } inline ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE 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_t8CD02E39B912895BD3484B2E4079875F893F97D9 { 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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___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_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___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_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___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_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___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_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___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_t8CD02E39B912895BD3484B2E4079875F893F97D9, ___operation_5)); } inline ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A 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_t59107CF4B527988334D91A1A29ACDA9D9C567789 { 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_t489525867F34E06032D9284299741A31CADDC201 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___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_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___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_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___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_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___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_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___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_t59107CF4B527988334D91A1A29ACDA9D9C567789, ___operation_5)); } inline ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 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_t27D6240DE79E7445B75B5BE141E59CE24118979E { 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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___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_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___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_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___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_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___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_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___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_t27D6240DE79E7445B75B5BE141E59CE24118979E, ___operation_5)); } inline ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E 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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C { 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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___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_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C, ___operation_5)); } inline ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E 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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D { 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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___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_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D, ___operation_5)); } inline ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 { 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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___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_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345, ___operation_5)); } inline ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 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_t57D8129F08C7A42E847AE51919E9140298EC19D5 { 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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___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_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___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_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___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_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___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_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___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_t57D8129F08C7A42E847AE51919E9140298EC19D5, ___operation_5)); } inline ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 { 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_t923A53F58333E92EE6716D7A386A3EE759EF0075 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___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_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03, ___operation_5)); } inline ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE { 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_tD57275A6B3008EEF85AAB27EF16275A665301C83 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___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_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE, ___operation_5)); } inline ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 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_t1420703751E15A77DD6C52A00A65B2B726B26FE7 { 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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___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_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___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_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___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_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___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_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___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_t1420703751E15A77DD6C52A00A65B2B726B26FE7, ___operation_5)); } inline ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E 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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 { 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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___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_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8, ___operation_5)); } inline ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA 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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 { 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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___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_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6, ___operation_5)); } inline ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE 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_t76803AC4F42299340691D3F5CD770BC167CAE409 { 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_t0098272E900151CAE78102A84CC655354F1A4A76 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409, ___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_t76803AC4F42299340691D3F5CD770BC167CAE409, ___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_t76803AC4F42299340691D3F5CD770BC167CAE409, ___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_t76803AC4F42299340691D3F5CD770BC167CAE409, ___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_t76803AC4F42299340691D3F5CD770BC167CAE409, ___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_t76803AC4F42299340691D3F5CD770BC167CAE409, ___operation_5)); } inline ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 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_t2057D2CEF9FE40829D575FE306EF31401987C6D2 { 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_t8FB49589A4162D2E756996932C3E35735F29A004 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___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_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___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_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___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_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___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_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___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_t2057D2CEF9FE40829D575FE306EF31401987C6D2, ___operation_5)); } inline ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 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_tEB32BD31E059C3250720F4E228BF3FFCA4077523 { 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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___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_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___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_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___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_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___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_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___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_tEB32BD31E059C3250720F4E228BF3FFCA4077523, ___operation_5)); } inline ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C { 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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___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_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C, ___operation_5)); } inline ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 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_tA69F8D524578FFA771DC873847CDDA21F605426F { 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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F, ___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_tA69F8D524578FFA771DC873847CDDA21F605426F, ___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_tA69F8D524578FFA771DC873847CDDA21F605426F, ___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_tA69F8D524578FFA771DC873847CDDA21F605426F, ___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_tA69F8D524578FFA771DC873847CDDA21F605426F, ___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_tA69F8D524578FFA771DC873847CDDA21F605426F, ___operation_5)); } inline ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF 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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC { 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_t0B32DB2E669D25672805A30DE62745FEA87B196D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___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_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC, ___operation_5)); } inline ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D 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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 { 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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___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_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34, ___operation_5)); } inline ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 { 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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___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_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774, ___operation_5)); } inline ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 { 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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___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_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6, ___operation_5)); } inline ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC { 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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___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_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC, ___operation_5)); } inline ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE 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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 { 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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___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_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844, ___operation_5)); } inline ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C { 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_t22D21F9E9499075B0D96DF72B99152EB6F177618 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___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_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C, ___operation_5)); } inline ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 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_t5818BBC8923681596BC5A3072449A9987B2B6793 { 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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793, ___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_t5818BBC8923681596BC5A3072449A9987B2B6793, ___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_t5818BBC8923681596BC5A3072449A9987B2B6793, ___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_t5818BBC8923681596BC5A3072449A9987B2B6793, ___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_t5818BBC8923681596BC5A3072449A9987B2B6793, ___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_t5818BBC8923681596BC5A3072449A9987B2B6793, ___operation_5)); } inline ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 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_t52BFC36DE17E501CC28127230636743A50C00DBD { 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_tEB4E143D14CA22879BC644DADB8B6886B056789B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD, ___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_t52BFC36DE17E501CC28127230636743A50C00DBD, ___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_t52BFC36DE17E501CC28127230636743A50C00DBD, ___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_t52BFC36DE17E501CC28127230636743A50C00DBD, ___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_t52BFC36DE17E501CC28127230636743A50C00DBD, ___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_t52BFC36DE17E501CC28127230636743A50C00DBD, ___operation_5)); } inline ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B 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_tB0A158AA0121129682ECA63CF968AAC8524B09CC { 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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___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_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___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_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___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_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___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_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___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_tB0A158AA0121129682ECA63CF968AAC8524B09CC, ___operation_5)); } inline ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E 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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC { 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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___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_t5C4473B5699C88DDA317B34FA606A54FE510C2EC, ___operation_5)); } inline ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E { 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_t7E08489544837D38B5001DE771A6CAB74531FCBD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___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_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E, ___operation_5)); } inline ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD 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_t5BDFF934DEB6510735C08FB34F2055B56E74A709 { 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_t27A2890F13326A8B7646443297EA216435EAD92A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___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_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___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_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___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_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___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_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___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_t5BDFF934DEB6510735C08FB34F2055B56E74A709, ___operation_5)); } inline ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A 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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C { 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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___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_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C, ___operation_5)); } inline ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC 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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F { 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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___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_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F, ___operation_5)); } inline ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F 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_t17168329785B9F07C11D91FA473885E16DB006F9 { 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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9, ___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_t17168329785B9F07C11D91FA473885E16DB006F9, ___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_t17168329785B9F07C11D91FA473885E16DB006F9, ___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_t17168329785B9F07C11D91FA473885E16DB006F9, ___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_t17168329785B9F07C11D91FA473885E16DB006F9, ___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_t17168329785B9F07C11D91FA473885E16DB006F9, ___operation_5)); } inline ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 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_tEE5AB772B5581B9721F3A55B4936E7168C02B879 { 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_t18617FDC8D0F68843525E4817B61D8C94154EA6D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___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_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___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_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___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_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___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_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___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_tEE5AB772B5581B9721F3A55B4936E7168C02B879, ___operation_5)); } inline ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D 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_t91CF8E68885D0BC560F14E2545F13080E3CE5845 { 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_t7649D815E601608E16BDD1011C267FBA89F76C70 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___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_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___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_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___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_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___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_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___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_t91CF8E68885D0BC560F14E2545F13080E3CE5845, ___operation_5)); } inline ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 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_t57F0705855986D7E90BAB204395396F99B8F157B { 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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B, ___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_t57F0705855986D7E90BAB204395396F99B8F157B, ___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_t57F0705855986D7E90BAB204395396F99B8F157B, ___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_t57F0705855986D7E90BAB204395396F99B8F157B, ___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_t57F0705855986D7E90BAB204395396F99B8F157B, ___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_t57F0705855986D7E90BAB204395396F99B8F157B, ___operation_5)); } inline ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 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_t3A0FC3BB9B005CF8D389D767224973A45C525720 { 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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___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_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___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_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___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_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___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_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___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_t3A0FC3BB9B005CF8D389D767224973A45C525720, ___operation_5)); } inline ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 { 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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___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_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7, ___operation_5)); } inline ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A { 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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___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_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A, ___operation_5)); } inline ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE 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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A { 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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___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_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A, ___operation_5)); } inline ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 { 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_t17581B1EE35377914B2840D6D6F88A674B098D76 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___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_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5, ___operation_5)); } inline ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 { 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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___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_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6, ___operation_5)); } inline ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D 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_t823E12331A86F73F0DFAD7B630DD9CF26107924F { 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_t4360BBC93C2032882798101D6B5F5F4341326CAD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___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_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___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_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___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_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___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_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___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_t823E12331A86F73F0DFAD7B630DD9CF26107924F, ___operation_5)); } inline ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD 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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F { 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_t434FED8C5C2213C23C090114C63C71920725EB13 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___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_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F, ___operation_5)); } inline ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A { 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_t8DBC341DF81CFA35CC503104303E96382686C39A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___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_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A, ___operation_5)); } inline ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A 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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC { 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_t90FD06563781B025F90583B51464563851A4888A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___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_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC, ___operation_5)); } inline ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A 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_tEF57148500F083BBC0D06521683D08553556B298 { 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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298, ___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_tEF57148500F083BBC0D06521683D08553556B298, ___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_tEF57148500F083BBC0D06521683D08553556B298, ___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_tEF57148500F083BBC0D06521683D08553556B298, ___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_tEF57148500F083BBC0D06521683D08553556B298, ___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_tEF57148500F083BBC0D06521683D08553556B298, ___operation_5)); } inline ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA 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_t2332222AA9FA8E992538C87B8CF2464490DCF822 { 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_t52C205B92BD23B7B07AB1B9776D48398595005A0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___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_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___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_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___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_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___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_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___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_t2332222AA9FA8E992538C87B8CF2464490DCF822, ___operation_5)); } inline ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 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_t0B4835B2808D85DC030059B037D4769D722D2DD0 { 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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___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_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___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_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___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_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___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_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___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_t0B4835B2808D85DC030059B037D4769D722D2DD0, ___operation_5)); } inline ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE 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_tAD791D1933242188C37DC15B8BB8675B1614A0E3 { 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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___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_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___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_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___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_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___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_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___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_tAD791D1933242188C37DC15B8BB8675B1614A0E3, ___operation_5)); } inline ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 { 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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___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_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0, ___operation_5)); } inline ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D { 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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___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_t133EDA104CC0972935C610DA7FD53D0E137C5B8D, ___operation_5)); } inline ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 { 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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___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_t9BB769C59C37A315D5194A61BF70B39AAF89DA89, ___operation_5)); } inline ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F 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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 { 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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___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_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755, ___operation_5)); } inline ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D 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_t9B6D105B99A91109541B1036752BB19039CEF073 { 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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073, ___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_t9B6D105B99A91109541B1036752BB19039CEF073, ___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_t9B6D105B99A91109541B1036752BB19039CEF073, ___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_t9B6D105B99A91109541B1036752BB19039CEF073, ___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_t9B6D105B99A91109541B1036752BB19039CEF073, ___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_t9B6D105B99A91109541B1036752BB19039CEF073, ___operation_5)); } inline ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 { 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_t494BF67802BCECE879859D733A5A7BE02BF0F41B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___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_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1, ___operation_5)); } inline ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B 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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB { 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_t6872939E756319F32103ABAA88442C356B5F64A3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___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_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB, ___operation_5)); } inline ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D { 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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___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_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D, ___operation_5)); } inline ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF 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_t1A40860418D3FE300443F87DAC3815322B1DD59E { 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_t25DD4377176731D784D38365F2E2B0767623F944 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___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_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___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_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___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_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___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_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___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_t1A40860418D3FE300443F87DAC3815322B1DD59E, ___operation_5)); } inline ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 { 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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___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_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9, ___operation_5)); } inline ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD 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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 { 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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___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_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11, ___operation_5)); } inline ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 { 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_t98CF0C7D183E990DFDA50E4022D589804614DE86 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___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_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18, ___operation_5)); } inline ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 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_tE3666069A48AFA781FE1BA0E4902A06C60579914 { 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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___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_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___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_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___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_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___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_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___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_tE3666069A48AFA781FE1BA0E4902A06C60579914, ___operation_5)); } inline ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 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_tCF6D3E999545CD6171A6147104B3D8E1B412B963 { 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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___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_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___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_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___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_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___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_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___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_tCF6D3E999545CD6171A6147104B3D8E1B412B963, ___operation_5)); } inline ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA 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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 { 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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___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_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8, ___operation_5)); } inline ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA { 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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___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_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA, ___operation_5)); } inline ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B 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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E { 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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___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_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E, ___operation_5)); } inline ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A { 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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___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_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A, ___operation_5)); } inline ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD 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_tFED720FFA8DC31F22597D3B2373016F4037D997F { 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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___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_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___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_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___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_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___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_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___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_tFED720FFA8DC31F22597D3B2373016F4037D997F, ___operation_5)); } inline ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C 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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 { 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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___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_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82, ___operation_5)); } inline ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 { 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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___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_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28, ___operation_5)); } inline ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB 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_t845F605354FE85422298A7B7A9F4F5B0901610CC { 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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___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_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___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_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___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_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___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_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___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_t845F605354FE85422298A7B7A9F4F5B0901610CC, ___operation_5)); } inline ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 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_tF077735B4417ED610A1732AC2563915E26F75104 { 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_tBB25B8D550448882386C8016AF574501B4F7735E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104, ___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_tF077735B4417ED610A1732AC2563915E26F75104, ___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_tF077735B4417ED610A1732AC2563915E26F75104, ___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_tF077735B4417ED610A1732AC2563915E26F75104, ___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_tF077735B4417ED610A1732AC2563915E26F75104, ___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_tF077735B4417ED610A1732AC2563915E26F75104, ___operation_5)); } inline ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E 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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 { 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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___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_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6, ___operation_5)); } inline ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD 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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE { 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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___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_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE, ___operation_5)); } inline ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 { 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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___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_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8, ___operation_5)); } inline ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E 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_tC844C1980C3E359E8B1161A0CB56787553C47FB4 { 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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___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_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___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_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___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_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___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_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___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_tC844C1980C3E359E8B1161A0CB56787553C47FB4, ___operation_5)); } inline ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 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_t1A2899438229C52B0977C999F18D91A43690C8CD { 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_t6E46804086836AE4079C7E7EF011A8EC1559A79C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD, ___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_t1A2899438229C52B0977C999F18D91A43690C8CD, ___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_t1A2899438229C52B0977C999F18D91A43690C8CD, ___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_t1A2899438229C52B0977C999F18D91A43690C8CD, ___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_t1A2899438229C52B0977C999F18D91A43690C8CD, ___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_t1A2899438229C52B0977C999F18D91A43690C8CD, ___operation_5)); } inline ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C 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_tE643FCD896A3042148CB613AC83E0F6D84FC362D { 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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___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_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___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_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___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_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___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_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___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_tE643FCD896A3042148CB613AC83E0F6D84FC362D, ___operation_5)); } inline ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A { 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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___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_tD55F0402AD7E010E5BA0A1619A635660CDA9085A, ___operation_5)); } inline ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE 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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 { 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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___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_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2, ___operation_5)); } inline ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 { 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_tF27D94C57525375DD9F387C1A1B26E8A75041313 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___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_t84F324AED53D2A34A0390ECD3F45D40CFB066C46, ___operation_5)); } inline ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 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_t24057196C770529FB24423AB6F4BDF6A3D11C061 { 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_t222664F56989E6163C50D674944FB37A4CFEA65C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___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_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___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_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___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_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___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_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___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_t24057196C770529FB24423AB6F4BDF6A3D11C061, ___operation_5)); } inline ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C 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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 { 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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___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_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397, ___operation_5)); } inline ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 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_tFD4D6FC581E75007844B563F4D5FA403CE39013E { 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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___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_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___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_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___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_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___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_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___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_tFD4D6FC581E75007844B563F4D5FA403CE39013E, ___operation_5)); } inline ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A { 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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___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_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A, ___operation_5)); } inline ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 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_t0414B681446ACCA1B269740E179239F3888AD84B { 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_t23894668CA036B8086BC0C3A707E458995F0FBDB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B, ___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_t0414B681446ACCA1B269740E179239F3888AD84B, ___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_t0414B681446ACCA1B269740E179239F3888AD84B, ___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_t0414B681446ACCA1B269740E179239F3888AD84B, ___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_t0414B681446ACCA1B269740E179239F3888AD84B, ___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_t0414B681446ACCA1B269740E179239F3888AD84B, ___operation_5)); } inline ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB 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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E { 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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___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_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E, ___operation_5)); } inline ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE { 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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___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_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE, ___operation_5)); } inline ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F { 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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___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_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F, ___operation_5)); } inline ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 { 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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___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_t47EC4D413234FDE77FC5A244BFB1BACBA015E453, ___operation_5)); } inline ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 { 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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___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_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3, ___operation_5)); } inline ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B 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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 { 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_t3556E780771FB63677D61C43310A7FB0E1E773F1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___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_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571, ___operation_5)); } inline ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 { 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_t159AFC639E6C6729AA34A147837A6F28F772D27C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___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_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2, ___operation_5)); } inline ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C 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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 { 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_t916B472C20CA54EC04505A48F845D28D119AA3E1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___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_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5, ___operation_5)); } inline ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 { 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_t7114624389E78348045E6FE61E83EDFAB17F4AFC ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___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_t56454C5FF7AE348A001CB56A245BAFC2FA71B826, ___operation_5)); } inline ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC 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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA { 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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___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_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA, ___operation_5)); } inline ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 { 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_tD7439879DE435413947AF31CCC45FE6B8D846D06 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___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_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040, ___operation_5)); } inline ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 { 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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___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_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575, ___operation_5)); } inline ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E 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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 { 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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___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_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12, ___operation_5)); } inline ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 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_tACCD5CCCF079EE018BEED660546017519347A750 { 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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750, ___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_tACCD5CCCF079EE018BEED660546017519347A750, ___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_tACCD5CCCF079EE018BEED660546017519347A750, ___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_tACCD5CCCF079EE018BEED660546017519347A750, ___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_tACCD5CCCF079EE018BEED660546017519347A750, ___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_tACCD5CCCF079EE018BEED660546017519347A750, ___operation_5)); } inline ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 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_t93E225D84250955E3D82C93A740CD894402A1096 { 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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096, ___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_t93E225D84250955E3D82C93A740CD894402A1096, ___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_t93E225D84250955E3D82C93A740CD894402A1096, ___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_t93E225D84250955E3D82C93A740CD894402A1096, ___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_t93E225D84250955E3D82C93A740CD894402A1096, ___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_t93E225D84250955E3D82C93A740CD894402A1096, ___operation_5)); } inline ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 { 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_t38A0661783054009109F4AF979E92881E4446EE0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___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_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4, ___operation_5)); } inline ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 { 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_t412E29F409DEF7AAD20CDAC687EC504D9282203F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___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_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4, ___operation_5)); } inline ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F 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_t6355B0470B179085C97AC2134AB9A56D449A713A { 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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A, ___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_t6355B0470B179085C97AC2134AB9A56D449A713A, ___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_t6355B0470B179085C97AC2134AB9A56D449A713A, ___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_t6355B0470B179085C97AC2134AB9A56D449A713A, ___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_t6355B0470B179085C97AC2134AB9A56D449A713A, ___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_t6355B0470B179085C97AC2134AB9A56D449A713A, ___operation_5)); } inline ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 { 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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___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_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9, ___operation_5)); } inline ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 { 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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___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_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6, ___operation_5)); } inline ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C { 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_tBD451709B72A451377D9FDBD24DE18597F5884B4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___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_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C, ___operation_5)); } inline ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF { 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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___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_t8D23B9DC342FF32A28B245BF6F05D49816983DDF, ___operation_5)); } inline ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A 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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 { 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_t60F7492601BFF97610B02969B16DDADED55E8A7E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___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_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74, ___operation_5)); } inline ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E 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_t72361CC389E9D7983956B19F732FB621F35BB6D1 { 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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___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_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___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_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___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_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___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_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___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_t72361CC389E9D7983956B19F732FB621F35BB6D1, ___operation_5)); } inline ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A 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_t603ABE170A6274071340618C59360A74DEFD15BD { 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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD, ___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_t603ABE170A6274071340618C59360A74DEFD15BD, ___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_t603ABE170A6274071340618C59360A74DEFD15BD, ___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_t603ABE170A6274071340618C59360A74DEFD15BD, ___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_t603ABE170A6274071340618C59360A74DEFD15BD, ___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_t603ABE170A6274071340618C59360A74DEFD15BD, ___operation_5)); } inline ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F 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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 { 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_tC634C48B561CDAD12BF996F44448B71AB89949AD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___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_t1AF1A24063F1278C9A50F2C0903BB4C710610A64, ___operation_5)); } inline ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD 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_t15DB026AB01374EBE80F01EDFB8006B608877988 { 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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988, ___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_t15DB026AB01374EBE80F01EDFB8006B608877988, ___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_t15DB026AB01374EBE80F01EDFB8006B608877988, ___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_t15DB026AB01374EBE80F01EDFB8006B608877988, ___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_t15DB026AB01374EBE80F01EDFB8006B608877988, ___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_t15DB026AB01374EBE80F01EDFB8006B608877988, ___operation_5)); } inline ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B 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_t338A998272F97E7958FC96070FADEB3C157EDC97 { 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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97, ___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_t338A998272F97E7958FC96070FADEB3C157EDC97, ___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_t338A998272F97E7958FC96070FADEB3C157EDC97, ___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_t338A998272F97E7958FC96070FADEB3C157EDC97, ___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_t338A998272F97E7958FC96070FADEB3C157EDC97, ___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_t338A998272F97E7958FC96070FADEB3C157EDC97, ___operation_5)); } inline ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A 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_m842D7D91B33C113004588A036E9C7422C05DD50F_gshared_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * ___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_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_gshared_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __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_m21A116E411405D70A345FB6F5848CDAF167124DE_gshared_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * ___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_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_gshared_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __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_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_gshared_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * ___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_mD602EEC4463605006FCA29121F299D52C6D9DD30_gshared_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __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_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_gshared_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * ___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_m15B572F3A29F903532735205A86E9663C3E81168_gshared_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __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_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_gshared_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * ___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_m115A76C8467E6E83CF46FC00B263DCB9483E852F_gshared_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __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_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_gshared_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * ___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_mB4200A1760A3D33A325AE4ED758481FD99E0512B_gshared_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __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_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_gshared_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * ___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_m4975F494425408FA9B06E261D4D323DFFC37DB9A_gshared_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __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_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_gshared_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * ___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_m47217E0F06668B1911708D168AE3BC43516DA892_gshared_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __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_m759949F6006897530645907D750A803E31D90903_gshared_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * ___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_m367718D99689257812B979F3B90704F09F3C9550_gshared_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __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_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_gshared_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * ___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_m46AE45CEC667FFD613E50649EC535F6127DCA308_gshared_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __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_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_gshared_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * ___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_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_gshared_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __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_mF570068E9437593FA04A7F85C21F227710EC751E_gshared_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * ___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_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_gshared_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __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_mA5DAAE0E8940705E0E054473EB351972194B987D_gshared_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * ___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_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_gshared_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __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_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_gshared_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * ___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_mA64BBFA2F1640A4523A6917306E3B1162FD65340_gshared_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __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_m369B93EB9320A768EE3C8F6EF904947A33BB255A_gshared_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * ___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_m0293B56188196D77BD2FB961A5E865DE7E8FB898_gshared_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __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_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_gshared_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * ___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_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_gshared_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __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_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_gshared_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * ___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_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_gshared_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __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_m53F87CFE165BF264FF3448E31491BE2B3C53F041_gshared_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * ___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_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_gshared_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __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_m5074F00740BD0F8BF8F09E5D1B7225114C187474_gshared_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * ___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_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_gshared_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __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_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_gshared_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * ___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_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_gshared_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __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_m4660D42D517E10002CA1719E70165E14528B6F39_gshared_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * ___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_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_gshared_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __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_m6FC3F98839D20AE817786ACE819C9F579AAED300_gshared_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * ___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_m2E0FD19C0951BE61BADD95741554C153297A5169_gshared_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __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_m5E8149934E99AA425FD324FF396D9A3A994B4C89_gshared_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * ___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_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_gshared_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __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_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_gshared_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * ___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_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_gshared_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __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_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_gshared_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * ___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_mF19C81995C1FE38982654851BC486C96EBC64457_gshared_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __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_m763571D47AA487D2FD85B4AADEAA27D87F715899_gshared_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * ___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_m7897205EC05D883385E710B5020EA4BFE90A9599_gshared_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __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_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_gshared_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * ___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_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_gshared_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __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_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_gshared_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * ___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_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_gshared_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __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_m665D8D35A7F68752771F0B99FA27D55F70C226EB_gshared_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * ___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_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_gshared_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __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_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_gshared_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * ___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_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_gshared_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __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_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_gshared_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * ___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_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_gshared_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __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_mE68C2716574DF05A692F2FF5501EE75120BDC18B_gshared_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * ___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_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_gshared_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __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_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_gshared_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * ___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_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_gshared_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __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_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_gshared_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * ___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_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_gshared_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __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_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_gshared_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * ___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_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_gshared_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __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_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_gshared_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * ___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_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_gshared_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __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_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_gshared_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * ___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_m62559C450D145D0A65A59D6B3793EC8179E00DBB_gshared_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __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_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_gshared_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * ___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_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_gshared_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __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_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_gshared_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * ___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_m63022124AF817249E7384F9B7BCFF61684A57129_gshared_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __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_mC6F9440880B20C6EC191048109667EC0C0E6B24E_gshared_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * ___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_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_gshared_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __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_m6131C99C7FBEF78871F562DB1C55023D186670F6_gshared_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * ___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_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_gshared_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __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_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_gshared_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * ___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_m672551AD4D0A2E48C780118D3659D21CD7AA997B_gshared_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __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_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_gshared_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * ___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_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_gshared_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __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_m79CF3682D5EE9192C758E75EFED09D63DB36C683_gshared_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * ___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_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_gshared_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __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_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_gshared_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * ___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_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_gshared_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __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_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_gshared_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * ___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_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_gshared_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __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_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_gshared_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * ___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_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_gshared_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __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_m7323A4DAF4DA0B30485972DC01922DF31E240C87_gshared_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * ___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_m84D607F97B84839D60D9008F298E847A1E7B5B5C_gshared_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __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_m5C0EB313A52350D89BB5833D64034FF628A193F1_gshared_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * ___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_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_gshared_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __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_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_gshared_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * ___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_m50DACD73544E0E02E18DDCAA26D569C696285188_gshared_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __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_mB95FA58176023FBF65B42508BCDE0552234CBAEA_gshared_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * ___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_m6BD0FC9AE175E548683EB083E8122E8290000A27_gshared_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __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_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_gshared_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * ___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_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_gshared_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __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_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_gshared_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * ___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_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_gshared_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __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_m9C41F5703590C097880C3670A713FD293F786E50_gshared_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * ___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_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_gshared_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __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_m97DC78DD850110107465731076821BDCEED9A974_gshared_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * ___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_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_gshared_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __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_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_gshared_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * ___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_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_gshared_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __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_m87CE31EC3BF77B163608B19C60014ADF28A9D183_gshared_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * ___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_mFC664A18271ECA2875936C9196CF439C85225CCE_gshared_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __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_m9ED737355B6001101FEA23A01EA960383C1A6177_gshared_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * ___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_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_gshared_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __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_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_gshared_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * ___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_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_gshared_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __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_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_gshared_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * ___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_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_gshared_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __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_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_gshared_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * ___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_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_gshared_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __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_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_gshared_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * ___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_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_gshared_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __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_m31AB7A87A6D378C513127179416D79111BF94943_gshared_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * ___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_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_gshared_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __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_mAB3033A3D336DF8F757311FA074FE03972A17AFE_gshared_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * ___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_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_gshared_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __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_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_gshared_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * ___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_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_gshared_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __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_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_gshared_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * ___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_mC05447DED83B52927FBBE1B166781E5C9AC8C811_gshared_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __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_m53F5BD42444AEA837780198EBA73D316D8D71623_gshared_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * ___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_m83F799732FFDF99F8183646A25A6D8F2E045488E_gshared_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __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_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_gshared_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * ___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_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_gshared_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __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_m1C0513DA9984048ED013906D00755C584ABA7DB6_gshared_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * ___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_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_gshared_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __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_m49A236D33C15A4CF50FC03C878746020A7EC6320_gshared_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * ___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_m927CBC8735251FA6F33233E6440B30D685873D25_gshared_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __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_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_gshared_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * ___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_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_gshared_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __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_m615D2066371C5A71D728144CCBE891D114263E45_gshared_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * ___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_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_gshared_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __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_m720D08B9E7BE7E04E34536F38ECAF97884616109_gshared_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * ___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_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_gshared_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __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_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_gshared_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * ___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_m4CB7896AAD6B994F7870A81989F49A7260A59B27_gshared_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __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_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_gshared_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * ___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_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_gshared_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __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_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_gshared_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * ___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_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_gshared_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __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_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_gshared_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * ___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_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_gshared_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __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_mD8E1E77052442075695371734094C36F94AE8A1D_gshared_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * ___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_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_gshared_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __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_mDD75322147F9688D098D8487FADAE3B292250DC8_gshared_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * ___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_m3FF80D2BE2851E42300EA598320C38A05E9D423B_gshared_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __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_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_gshared_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * ___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_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_gshared_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __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_m6385E51AC9EE7365335CCD84DF9750C8500286A2_gshared_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * ___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_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_gshared_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __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_m94DD3A557DD5555768EA412C7AB6B094396B7155_gshared_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * ___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_m1872E69B51BD452B909319D7B5D1DA302579D2E6_gshared_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __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_mF0A6E337E43C244C4617CB2C4DCC00C341924448_gshared_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * ___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_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_gshared_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __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_mC718C419860AD45D1C4CAC4CF493383083A5D69E_gshared_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * ___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_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_gshared_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __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_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_gshared_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * ___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_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_gshared_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __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_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_gshared_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * ___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_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_gshared_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __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_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_gshared_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * ___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_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_gshared_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __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_m8530C2EA1564AFEFD031282609468A714EE75BCC_gshared_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * ___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_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_gshared_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __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_mF18B6818A98CBEF71B275CF2BEC549042C307E70_gshared_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * ___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_m30C984B1A701E1358304C234FAFF37EE81670BCF_gshared_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __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_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_gshared_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * ___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_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_gshared_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __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_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_gshared_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * ___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_m1405E387C995946306D5A5539E5046C934BDA740_gshared_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __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_m16AC68369AFDFD793A50805E569314345E09684B_gshared_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * ___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_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_gshared_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __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_m410E8B79F1B26D393554BC7D1C2017605E870799_gshared_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * ___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_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_gshared_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __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_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_gshared_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * ___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_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_gshared_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __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_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_gshared_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * ___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_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_gshared_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __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_m4E8157769F3300A61EDCB9C585A011837CD2B52F_gshared_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * ___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_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_gshared_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __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_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_gshared_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * ___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_mF39AC01C22EE0766F9253DBED2784E16DC323B12_gshared_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __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_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_gshared_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * ___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_m15CF12E6B4AA765D6060210B437148B5D0F77D02_gshared_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __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_m101DD0A607A292336493F2E6C476425B32DB97E5_gshared_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * ___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_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_gshared_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __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_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_gshared_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * ___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_mB495176C65743615F0F96CB6805611493CCABD6F_gshared_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __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_m5911313AA34D80AC301A6627B2A9470DB886CA1E_gshared_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * ___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_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_gshared_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __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_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_gshared_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * ___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_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_gshared_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __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_m65C32C85A29A131772F1CDE36EE0774090510091_gshared_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * ___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_m1B4D68CDA131E04699B46FB7AE777885BC89E514_gshared_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __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_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_gshared_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * ___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_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_gshared_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __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_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_gshared_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * ___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_m5826DD8741C5092F9E473C03731FBD2F9044FF19_gshared_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __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_mDFC5BC577FFA3410B347168F7964196F9958888B_gshared_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * ___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_m6998AB1E991B44A74AA34850FF03492CAF33A854_gshared_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __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_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_gshared_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * ___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_mDA03A0F7CBE8EED422621722DAC58FD31766852C_gshared_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __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_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_gshared_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * ___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_mD22B784F61B348F67B317395F1EE01AA5D19E667_gshared_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __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_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_gshared_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * ___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_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_gshared_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __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_mEEC5702575CC01E78C15F43E4E374745A5BB2598_gshared_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * ___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_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_gshared_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __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_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_gshared_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * ___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_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_gshared_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __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_mEE391CC3F1703821134085404D72ACBF37866C69_gshared_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * ___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_m9978A964F3A34485B4646D48B722CB8695C83C7F_gshared_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __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_mBCFD34865819F262E9C3503C3980B08BB6B4B213_gshared_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * ___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_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_gshared_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __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_mE711384D106920B807A813700CA7CA5561CC9448_gshared_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * ___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_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_gshared_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __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_mF60028BD60D8D435D46339BFBA5C261968B6B223_gshared_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * ___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_m51479C9610F63B14A10E0D006246817BA3A32CE0_gshared_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __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_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_gshared_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * ___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_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_gshared_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __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_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_gshared_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * ___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_m59A547D2D835169B6A53B283BF850D5023B45C9C_gshared_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __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_m79385BA83A86BCE823F69888A69403E06DAC3089_gshared_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * ___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_mC652FC07112E701291742BB4A16B91C68C16237D_gshared_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __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_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_gshared_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * ___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_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_gshared_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __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_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_gshared_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * ___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_m2C3DC50A6264D6C13F37998123AB01803977C570_gshared_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __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_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_gshared_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * ___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_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_gshared_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __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_m55024B14A1BB5F887039F66A355B24B1916AE439_gshared_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * ___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_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_gshared_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __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_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_gshared_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * ___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_m790582A2C61F62899755605063D2E9508EC8A36D_gshared_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __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_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_gshared_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * ___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_m7CC732E7071F585BD0D8B3864E173A880D59905B_gshared_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __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_m607F6626E515199EF44EB64F056005D914969FB7_gshared_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * ___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_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_gshared_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __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_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_gshared_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * ___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_m483039CE9A722B0E43BFCAD799245DACC8CD5297_gshared_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __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_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_gshared_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * ___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_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_gshared_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __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_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_gshared_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * ___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_m639776A8C3BED81FCC8C3455B868D5414AD02413_gshared_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __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_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_gshared_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * ___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_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_gshared_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __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_mDC07AB47E54C893B45434DDB55D364578B796C02_gshared_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * ___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_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_gshared_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __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_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_gshared_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * ___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_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_gshared_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __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_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_gshared_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * ___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_mF986C610FEA440FA1461A276C12951B8B89F7FD6_gshared_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __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_mD2290FFF2245A7AF871C93D54114CA390DEEA413_gshared_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * ___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_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_gshared_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __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_mC2342CF8693F731B50F8328E7E36202CF9D90704_gshared_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * ___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_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_gshared_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __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_mF0FDE975328267033D22B524468BFB6E604903FB_gshared_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * ___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_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_gshared_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __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_m4145DE483A631EB4DC621B10789C8A9362E882DA_gshared_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * ___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_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_gshared_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __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_mF77D967BF03C38B755CCB0C931AE67209992FF30_gshared_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * ___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_m1E77E5B332BD7E3D77547807BA2C4F202376889B_gshared_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __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_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_gshared_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * ___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_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_gshared_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __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_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_gshared_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * ___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_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_gshared_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __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_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_gshared_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * ___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_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_gshared_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __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_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_gshared_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * ___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_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_gshared_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __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_m51279B79D171797F9F52A38F8137BEBB01FD9937_gshared_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * ___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_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_gshared_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __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_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_gshared_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * ___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_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_gshared_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __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_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_gshared_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * ___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_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_gshared_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __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_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_gshared_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * ___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_mF050D6A5F1F5653CD2463662E6778A43262EAD62_gshared_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __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_m471585CC1909102D22936F0A40A411F55A0AB9E1_gshared_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * ___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_m912A3D71065431005CB800DD6A81716E01D4F19C_gshared_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __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_mF1342BD613C152BA690F29C5863ABD9E55381357_gshared_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * ___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_m38B67B294BE90EC3160918361191510B9D2BBB5E_gshared_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __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_m842D7D91B33C113004588A036E9C7422C05DD50F_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m842D7D91B33C113004588A036E9C7422C05DD50F_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_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_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_m21A116E411405D70A345FB6F5848CDAF167124DE_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m21A116E411405D70A345FB6F5848CDAF167124DE_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_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_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_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_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_mD602EEC4463605006FCA29121F299D52C6D9DD30_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD602EEC4463605006FCA29121F299D52C6D9DD30_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_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_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_m15B572F3A29F903532735205A86E9663C3E81168_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m15B572F3A29F903532735205A86E9663C3E81168_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_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_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_m115A76C8467E6E83CF46FC00B263DCB9483E852F_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m115A76C8467E6E83CF46FC00B263DCB9483E852F_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_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_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_mB4200A1760A3D33A325AE4ED758481FD99E0512B_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB4200A1760A3D33A325AE4ED758481FD99E0512B_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_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_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_m4975F494425408FA9B06E261D4D323DFFC37DB9A_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4975F494425408FA9B06E261D4D323DFFC37DB9A_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_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_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_m47217E0F06668B1911708D168AE3BC43516DA892_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m47217E0F06668B1911708D168AE3BC43516DA892_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_m759949F6006897530645907D750A803E31D90903_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m759949F6006897530645907D750A803E31D90903_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_m367718D99689257812B979F3B90704F09F3C9550_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m367718D99689257812B979F3B90704F09F3C9550_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_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_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_m46AE45CEC667FFD613E50649EC535F6127DCA308_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m46AE45CEC667FFD613E50649EC535F6127DCA308_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_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_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_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_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_mF570068E9437593FA04A7F85C21F227710EC751E_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF570068E9437593FA04A7F85C21F227710EC751E_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_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_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_mA5DAAE0E8940705E0E054473EB351972194B987D_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA5DAAE0E8940705E0E054473EB351972194B987D_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_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_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_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_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_mA64BBFA2F1640A4523A6917306E3B1162FD65340_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA64BBFA2F1640A4523A6917306E3B1162FD65340_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_m369B93EB9320A768EE3C8F6EF904947A33BB255A_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m369B93EB9320A768EE3C8F6EF904947A33BB255A_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_m0293B56188196D77BD2FB961A5E865DE7E8FB898_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0293B56188196D77BD2FB961A5E865DE7E8FB898_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_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_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_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_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_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_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_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_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_m53F87CFE165BF264FF3448E31491BE2B3C53F041_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m53F87CFE165BF264FF3448E31491BE2B3C53F041_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_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_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_m5074F00740BD0F8BF8F09E5D1B7225114C187474_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5074F00740BD0F8BF8F09E5D1B7225114C187474_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_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_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_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_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_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_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_m4660D42D517E10002CA1719E70165E14528B6F39_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4660D42D517E10002CA1719E70165E14528B6F39_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_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_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_m6FC3F98839D20AE817786ACE819C9F579AAED300_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6FC3F98839D20AE817786ACE819C9F579AAED300_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_m2E0FD19C0951BE61BADD95741554C153297A5169_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2E0FD19C0951BE61BADD95741554C153297A5169_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_m5E8149934E99AA425FD324FF396D9A3A994B4C89_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5E8149934E99AA425FD324FF396D9A3A994B4C89_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_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_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_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_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_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_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_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_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_mF19C81995C1FE38982654851BC486C96EBC64457_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF19C81995C1FE38982654851BC486C96EBC64457_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_m763571D47AA487D2FD85B4AADEAA27D87F715899_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m763571D47AA487D2FD85B4AADEAA27D87F715899_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_m7897205EC05D883385E710B5020EA4BFE90A9599_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7897205EC05D883385E710B5020EA4BFE90A9599_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_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_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_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_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_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_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_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_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_m665D8D35A7F68752771F0B99FA27D55F70C226EB_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m665D8D35A7F68752771F0B99FA27D55F70C226EB_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_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_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_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_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_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_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_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_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_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_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_mE68C2716574DF05A692F2FF5501EE75120BDC18B_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE68C2716574DF05A692F2FF5501EE75120BDC18B_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_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_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_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_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_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_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_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_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_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_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_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_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_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_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_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_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_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_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_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_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_m62559C450D145D0A65A59D6B3793EC8179E00DBB_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m62559C450D145D0A65A59D6B3793EC8179E00DBB_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_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_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_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_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_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_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_m63022124AF817249E7384F9B7BCFF61684A57129_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m63022124AF817249E7384F9B7BCFF61684A57129_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_mC6F9440880B20C6EC191048109667EC0C0E6B24E_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC6F9440880B20C6EC191048109667EC0C0E6B24E_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_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_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_m6131C99C7FBEF78871F562DB1C55023D186670F6_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6131C99C7FBEF78871F562DB1C55023D186670F6_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_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_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_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_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_m672551AD4D0A2E48C780118D3659D21CD7AA997B_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m672551AD4D0A2E48C780118D3659D21CD7AA997B_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_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_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_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_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_m79CF3682D5EE9192C758E75EFED09D63DB36C683_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m79CF3682D5EE9192C758E75EFED09D63DB36C683_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_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_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_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_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_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_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_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_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_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_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_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_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_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_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_m7323A4DAF4DA0B30485972DC01922DF31E240C87_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7323A4DAF4DA0B30485972DC01922DF31E240C87_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_m84D607F97B84839D60D9008F298E847A1E7B5B5C_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m84D607F97B84839D60D9008F298E847A1E7B5B5C_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_m5C0EB313A52350D89BB5833D64034FF628A193F1_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5C0EB313A52350D89BB5833D64034FF628A193F1_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_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_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_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_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_m50DACD73544E0E02E18DDCAA26D569C696285188_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m50DACD73544E0E02E18DDCAA26D569C696285188_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_mB95FA58176023FBF65B42508BCDE0552234CBAEA_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB95FA58176023FBF65B42508BCDE0552234CBAEA_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_m6BD0FC9AE175E548683EB083E8122E8290000A27_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6BD0FC9AE175E548683EB083E8122E8290000A27_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_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_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_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_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_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_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_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_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_m9C41F5703590C097880C3670A713FD293F786E50_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9C41F5703590C097880C3670A713FD293F786E50_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_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_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_m97DC78DD850110107465731076821BDCEED9A974_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m97DC78DD850110107465731076821BDCEED9A974_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_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_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_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_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_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_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_m87CE31EC3BF77B163608B19C60014ADF28A9D183_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m87CE31EC3BF77B163608B19C60014ADF28A9D183_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_mFC664A18271ECA2875936C9196CF439C85225CCE_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFC664A18271ECA2875936C9196CF439C85225CCE_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_m9ED737355B6001101FEA23A01EA960383C1A6177_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9ED737355B6001101FEA23A01EA960383C1A6177_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_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_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_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_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_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_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_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_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_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_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_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_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_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_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_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_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_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_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_m31AB7A87A6D378C513127179416D79111BF94943_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m31AB7A87A6D378C513127179416D79111BF94943_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_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_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_mAB3033A3D336DF8F757311FA074FE03972A17AFE_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mAB3033A3D336DF8F757311FA074FE03972A17AFE_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_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_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_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_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_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_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_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_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_mC05447DED83B52927FBBE1B166781E5C9AC8C811_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC05447DED83B52927FBBE1B166781E5C9AC8C811_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_m53F5BD42444AEA837780198EBA73D316D8D71623_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m53F5BD42444AEA837780198EBA73D316D8D71623_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_m83F799732FFDF99F8183646A25A6D8F2E045488E_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m83F799732FFDF99F8183646A25A6D8F2E045488E_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_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_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_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_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_m1C0513DA9984048ED013906D00755C584ABA7DB6_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1C0513DA9984048ED013906D00755C584ABA7DB6_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_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_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_m49A236D33C15A4CF50FC03C878746020A7EC6320_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m49A236D33C15A4CF50FC03C878746020A7EC6320_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_m927CBC8735251FA6F33233E6440B30D685873D25_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m927CBC8735251FA6F33233E6440B30D685873D25_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_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_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_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_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_m615D2066371C5A71D728144CCBE891D114263E45_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m615D2066371C5A71D728144CCBE891D114263E45_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_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_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_m720D08B9E7BE7E04E34536F38ECAF97884616109_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m720D08B9E7BE7E04E34536F38ECAF97884616109_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_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_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_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_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_m4CB7896AAD6B994F7870A81989F49A7260A59B27_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m4CB7896AAD6B994F7870A81989F49A7260A59B27_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_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_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_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_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_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_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_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_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_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_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_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_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_mD8E1E77052442075695371734094C36F94AE8A1D_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD8E1E77052442075695371734094C36F94AE8A1D_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_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_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_mDD75322147F9688D098D8487FADAE3B292250DC8_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDD75322147F9688D098D8487FADAE3B292250DC8_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_m3FF80D2BE2851E42300EA598320C38A05E9D423B_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3FF80D2BE2851E42300EA598320C38A05E9D423B_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_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_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_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_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_m6385E51AC9EE7365335CCD84DF9750C8500286A2_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6385E51AC9EE7365335CCD84DF9750C8500286A2_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_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_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_m94DD3A557DD5555768EA412C7AB6B094396B7155_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m94DD3A557DD5555768EA412C7AB6B094396B7155_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_m1872E69B51BD452B909319D7B5D1DA302579D2E6_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1872E69B51BD452B909319D7B5D1DA302579D2E6_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_mF0A6E337E43C244C4617CB2C4DCC00C341924448_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF0A6E337E43C244C4617CB2C4DCC00C341924448_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_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_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_mC718C419860AD45D1C4CAC4CF493383083A5D69E_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC718C419860AD45D1C4CAC4CF493383083A5D69E_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_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_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_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_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_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_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_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_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_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_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_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_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_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_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_m8530C2EA1564AFEFD031282609468A714EE75BCC_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8530C2EA1564AFEFD031282609468A714EE75BCC_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_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_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_mF18B6818A98CBEF71B275CF2BEC549042C307E70_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF18B6818A98CBEF71B275CF2BEC549042C307E70_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_m30C984B1A701E1358304C234FAFF37EE81670BCF_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m30C984B1A701E1358304C234FAFF37EE81670BCF_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_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_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_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_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_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_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_m1405E387C995946306D5A5539E5046C934BDA740_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1405E387C995946306D5A5539E5046C934BDA740_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_m16AC68369AFDFD793A50805E569314345E09684B_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m16AC68369AFDFD793A50805E569314345E09684B_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_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_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_m410E8B79F1B26D393554BC7D1C2017605E870799_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m410E8B79F1B26D393554BC7D1C2017605E870799_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_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_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_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_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_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_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_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_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_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_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_m4E8157769F3300A61EDCB9C585A011837CD2B52F_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4E8157769F3300A61EDCB9C585A011837CD2B52F_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_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_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_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_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_mF39AC01C22EE0766F9253DBED2784E16DC323B12_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF39AC01C22EE0766F9253DBED2784E16DC323B12_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_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_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_m15CF12E6B4AA765D6060210B437148B5D0F77D02_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m15CF12E6B4AA765D6060210B437148B5D0F77D02_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_m101DD0A607A292336493F2E6C476425B32DB97E5_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m101DD0A607A292336493F2E6C476425B32DB97E5_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_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_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_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_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_mB495176C65743615F0F96CB6805611493CCABD6F_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB495176C65743615F0F96CB6805611493CCABD6F_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_m5911313AA34D80AC301A6627B2A9470DB886CA1E_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5911313AA34D80AC301A6627B2A9470DB886CA1E_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_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_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_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_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_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_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_m65C32C85A29A131772F1CDE36EE0774090510091_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m65C32C85A29A131772F1CDE36EE0774090510091_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_m1B4D68CDA131E04699B46FB7AE777885BC89E514_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1B4D68CDA131E04699B46FB7AE777885BC89E514_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_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_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_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_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_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_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_m5826DD8741C5092F9E473C03731FBD2F9044FF19_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5826DD8741C5092F9E473C03731FBD2F9044FF19_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_mDFC5BC577FFA3410B347168F7964196F9958888B_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDFC5BC577FFA3410B347168F7964196F9958888B_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_m6998AB1E991B44A74AA34850FF03492CAF33A854_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6998AB1E991B44A74AA34850FF03492CAF33A854_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_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_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_mDA03A0F7CBE8EED422621722DAC58FD31766852C_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDA03A0F7CBE8EED422621722DAC58FD31766852C_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_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_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_mD22B784F61B348F67B317395F1EE01AA5D19E667_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD22B784F61B348F67B317395F1EE01AA5D19E667_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_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_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_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_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_mEEC5702575CC01E78C15F43E4E374745A5BB2598_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEEC5702575CC01E78C15F43E4E374745A5BB2598_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_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_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_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_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_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_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_mEE391CC3F1703821134085404D72ACBF37866C69_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEE391CC3F1703821134085404D72ACBF37866C69_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_m9978A964F3A34485B4646D48B722CB8695C83C7F_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9978A964F3A34485B4646D48B722CB8695C83C7F_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_mBCFD34865819F262E9C3503C3980B08BB6B4B213_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBCFD34865819F262E9C3503C3980B08BB6B4B213_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_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_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_mE711384D106920B807A813700CA7CA5561CC9448_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE711384D106920B807A813700CA7CA5561CC9448_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_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_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_mF60028BD60D8D435D46339BFBA5C261968B6B223_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF60028BD60D8D435D46339BFBA5C261968B6B223_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_m51479C9610F63B14A10E0D006246817BA3A32CE0_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m51479C9610F63B14A10E0D006246817BA3A32CE0_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_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_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_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_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_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_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_m59A547D2D835169B6A53B283BF850D5023B45C9C_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m59A547D2D835169B6A53B283BF850D5023B45C9C_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_m79385BA83A86BCE823F69888A69403E06DAC3089_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m79385BA83A86BCE823F69888A69403E06DAC3089_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_mC652FC07112E701291742BB4A16B91C68C16237D_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC652FC07112E701291742BB4A16B91C68C16237D_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_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_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_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_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_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_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_m2C3DC50A6264D6C13F37998123AB01803977C570_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2C3DC50A6264D6C13F37998123AB01803977C570_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_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_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_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_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_m55024B14A1BB5F887039F66A355B24B1916AE439_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m55024B14A1BB5F887039F66A355B24B1916AE439_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_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_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_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_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_m790582A2C61F62899755605063D2E9508EC8A36D_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m790582A2C61F62899755605063D2E9508EC8A36D_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_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_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_m7CC732E7071F585BD0D8B3864E173A880D59905B_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m7CC732E7071F585BD0D8B3864E173A880D59905B_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_m607F6626E515199EF44EB64F056005D914969FB7_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m607F6626E515199EF44EB64F056005D914969FB7_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_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_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_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_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_m483039CE9A722B0E43BFCAD799245DACC8CD5297_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m483039CE9A722B0E43BFCAD799245DACC8CD5297_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_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_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_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_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_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_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_m639776A8C3BED81FCC8C3455B868D5414AD02413_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m639776A8C3BED81FCC8C3455B868D5414AD02413_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_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_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_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_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_mDC07AB47E54C893B45434DDB55D364578B796C02_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDC07AB47E54C893B45434DDB55D364578B796C02_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_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_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_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_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_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_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_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_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_mF986C610FEA440FA1461A276C12951B8B89F7FD6_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF986C610FEA440FA1461A276C12951B8B89F7FD6_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_mD2290FFF2245A7AF871C93D54114CA390DEEA413_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD2290FFF2245A7AF871C93D54114CA390DEEA413_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_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_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_mC2342CF8693F731B50F8328E7E36202CF9D90704_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC2342CF8693F731B50F8328E7E36202CF9D90704_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_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_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_mF0FDE975328267033D22B524468BFB6E604903FB_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF0FDE975328267033D22B524468BFB6E604903FB_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_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_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_m4145DE483A631EB4DC621B10789C8A9362E882DA_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4145DE483A631EB4DC621B10789C8A9362E882DA_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_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_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_mF77D967BF03C38B755CCB0C931AE67209992FF30_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF77D967BF03C38B755CCB0C931AE67209992FF30_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_m1E77E5B332BD7E3D77547807BA2C4F202376889B_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m1E77E5B332BD7E3D77547807BA2C4F202376889B_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_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_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_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_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_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_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_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_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_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_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_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_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_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_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_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_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_m51279B79D171797F9F52A38F8137BEBB01FD9937_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m51279B79D171797F9F52A38F8137BEBB01FD9937_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_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_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_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_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_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_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_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_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_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_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_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_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_mF050D6A5F1F5653CD2463662E6778A43262EAD62_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF050D6A5F1F5653CD2463662E6778A43262EAD62_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_m471585CC1909102D22936F0A40A411F55A0AB9E1_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m471585CC1909102D22936F0A40A411F55A0AB9E1_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_m912A3D71065431005CB800DD6A81716E01D4F19C_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m912A3D71065431005CB800DD6A81716E01D4F19C_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_mF1342BD613C152BA690F29C5863ABD9E55381357_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF1342BD613C152BA690F29C5863ABD9E55381357_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_m38B67B294BE90EC3160918361191510B9D2BBB5E_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m38B67B294BE90EC3160918361191510B9D2BBB5E_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_m842D7D91B33C113004588A036E9C7422C05DD50F_gshared (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC501922DA9520C453855A46860AEF496997A2C9B * L_5 = ___operation5; ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B L_6 = (*(ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m842D7D91B33C113004588A036E9C7422C05DD50F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m842D7D91B33C113004588A036E9C7422C05DD50F_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_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_gshared (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC501922DA9520C453855A46860AEF496997A2C9B * L_14 = (ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * L_15; L_15 = (( ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * (*) (ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)(ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_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_m21A116E411405D70A345FB6F5848CDAF167124DE_gshared (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_5 = ___operation5; ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 L_6 = (*(ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m21A116E411405D70A345FB6F5848CDAF167124DE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m21A116E411405D70A345FB6F5848CDAF167124DE_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_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_gshared (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_14 = (ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_15; L_15 = (( ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * (*) (ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)(ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_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_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_gshared (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_5 = ___operation5; ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A L_6 = (*(ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_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_mD602EEC4463605006FCA29121F299D52C6D9DD30_gshared (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_14 = (ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_15; L_15 = (( ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * (*) (ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)(ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD602EEC4463605006FCA29121F299D52C6D9DD30_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD602EEC4463605006FCA29121F299D52C6D9DD30_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_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_gshared (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_5 = ___operation5; ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 L_6 = (*(ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_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_m15B572F3A29F903532735205A86E9663C3E81168_gshared (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_14 = (ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_15; L_15 = (( ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * (*) (ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)(ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m15B572F3A29F903532735205A86E9663C3E81168_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m15B572F3A29F903532735205A86E9663C3E81168_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_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_gshared (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_5 = ___operation5; ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 L_6 = (*(ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_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_m115A76C8467E6E83CF46FC00B263DCB9483E852F_gshared (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_14 = (ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_15; L_15 = (( ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * (*) (ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)(ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m115A76C8467E6E83CF46FC00B263DCB9483E852F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m115A76C8467E6E83CF46FC00B263DCB9483E852F_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_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_gshared (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_5 = ___operation5; ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D L_6 = (*(ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_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_mB4200A1760A3D33A325AE4ED758481FD99E0512B_gshared (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_14 = (ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_15; L_15 = (( ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * (*) (ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)(ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB4200A1760A3D33A325AE4ED758481FD99E0512B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB4200A1760A3D33A325AE4ED758481FD99E0512B_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_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_gshared (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_5 = ___operation5; ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 L_6 = (*(ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_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_m4975F494425408FA9B06E261D4D323DFFC37DB9A_gshared (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_14 = (ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_15; L_15 = (( ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * (*) (ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)(ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4975F494425408FA9B06E261D4D323DFFC37DB9A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4975F494425408FA9B06E261D4D323DFFC37DB9A_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_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_gshared (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_5 = ___operation5; ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 L_6 = (*(ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_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_m47217E0F06668B1911708D168AE3BC43516DA892_gshared (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_14 = (ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_15; L_15 = (( ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * (*) (ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)(ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m47217E0F06668B1911708D168AE3BC43516DA892_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m47217E0F06668B1911708D168AE3BC43516DA892_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_m759949F6006897530645907D750A803E31D90903_gshared (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_5 = ___operation5; ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 L_6 = (*(ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m759949F6006897530645907D750A803E31D90903_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m759949F6006897530645907D750A803E31D90903_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_m367718D99689257812B979F3B90704F09F3C9550_gshared (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_14 = (ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_15; L_15 = (( ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * (*) (ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)(ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m367718D99689257812B979F3B90704F09F3C9550_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m367718D99689257812B979F3B90704F09F3C9550_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_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_gshared (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1FF229A8D487B8828107BAC8055119347F3B971C * L_5 = ___operation5; ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C L_6 = (*(ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_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_m46AE45CEC667FFD613E50649EC535F6127DCA308_gshared (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1FF229A8D487B8828107BAC8055119347F3B971C * L_14 = (ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * L_15; L_15 = (( ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * (*) (ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)(ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m46AE45CEC667FFD613E50649EC535F6127DCA308_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m46AE45CEC667FFD613E50649EC535F6127DCA308_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_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_gshared (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC90F15129AF10399FDE6212D924B040A4C816210 * L_5 = ___operation5; ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 L_6 = (*(ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_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_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_gshared (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC90F15129AF10399FDE6212D924B040A4C816210 * L_14 = (ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * L_15; L_15 = (( ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * (*) (ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)(ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_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_mF570068E9437593FA04A7F85C21F227710EC751E_gshared (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_5 = ___operation5; ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 L_6 = (*(ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF570068E9437593FA04A7F85C21F227710EC751E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF570068E9437593FA04A7F85C21F227710EC751E_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_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_gshared (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_14 = (ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_15; L_15 = (( ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * (*) (ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)(ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_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_mA5DAAE0E8940705E0E054473EB351972194B987D_gshared (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_5 = ___operation5; ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 L_6 = (*(ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA5DAAE0E8940705E0E054473EB351972194B987D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA5DAAE0E8940705E0E054473EB351972194B987D_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_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_gshared (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_14 = (ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_15; L_15 = (( ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * (*) (ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)(ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_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_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_gshared (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_5 = ___operation5; ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 L_6 = (*(ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_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_mA64BBFA2F1640A4523A6917306E3B1162FD65340_gshared (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_14 = (ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_15; L_15 = (( ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * (*) (ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)(ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA64BBFA2F1640A4523A6917306E3B1162FD65340_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA64BBFA2F1640A4523A6917306E3B1162FD65340_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_m369B93EB9320A768EE3C8F6EF904947A33BB255A_gshared (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_5 = ___operation5; ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC L_6 = (*(ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m369B93EB9320A768EE3C8F6EF904947A33BB255A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m369B93EB9320A768EE3C8F6EF904947A33BB255A_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_m0293B56188196D77BD2FB961A5E865DE7E8FB898_gshared (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_14 = (ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_15; L_15 = (( ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * (*) (ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)(ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0293B56188196D77BD2FB961A5E865DE7E8FB898_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0293B56188196D77BD2FB961A5E865DE7E8FB898_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_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_gshared (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_5 = ___operation5; ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 L_6 = (*(ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_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_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_gshared (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_14 = (ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_15; L_15 = (( ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * (*) (ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)(ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_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_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_gshared (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_5 = ___operation5; ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 L_6 = (*(ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_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_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_gshared (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_14 = (ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_15; L_15 = (( ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * (*) (ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)(ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_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_m53F87CFE165BF264FF3448E31491BE2B3C53F041_gshared (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_5 = ___operation5; ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD L_6 = (*(ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m53F87CFE165BF264FF3448E31491BE2B3C53F041_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m53F87CFE165BF264FF3448E31491BE2B3C53F041_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_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_gshared (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_14 = (ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_15; L_15 = (( ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * (*) (ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)(ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_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_m5074F00740BD0F8BF8F09E5D1B7225114C187474_gshared (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_5 = ___operation5; ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F L_6 = (*(ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5074F00740BD0F8BF8F09E5D1B7225114C187474_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5074F00740BD0F8BF8F09E5D1B7225114C187474_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_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_gshared (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_14 = (ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_15; L_15 = (( ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * (*) (ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)(ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_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_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_gshared (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_5 = ___operation5; ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 L_6 = (*(ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_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_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_gshared (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_14 = (ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_15; L_15 = (( ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * (*) (ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)(ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_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_m4660D42D517E10002CA1719E70165E14528B6F39_gshared (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_5 = ___operation5; ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 L_6 = (*(ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4660D42D517E10002CA1719E70165E14528B6F39_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4660D42D517E10002CA1719E70165E14528B6F39_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_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_gshared (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_14 = (ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_15; L_15 = (( ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * (*) (ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)(ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_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_m6FC3F98839D20AE817786ACE819C9F579AAED300_gshared (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_5 = ___operation5; ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 L_6 = (*(ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6FC3F98839D20AE817786ACE819C9F579AAED300_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6FC3F98839D20AE817786ACE819C9F579AAED300_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_m2E0FD19C0951BE61BADD95741554C153297A5169_gshared (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_14 = (ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_15; L_15 = (( ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * (*) (ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)(ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m2E0FD19C0951BE61BADD95741554C153297A5169_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2E0FD19C0951BE61BADD95741554C153297A5169_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_m5E8149934E99AA425FD324FF396D9A3A994B4C89_gshared (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_5 = ___operation5; ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 L_6 = (*(ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5E8149934E99AA425FD324FF396D9A3A994B4C89_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5E8149934E99AA425FD324FF396D9A3A994B4C89_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_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_gshared (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_14 = (ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_15; L_15 = (( ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * (*) (ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)(ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_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_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_gshared (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_5 = ___operation5; ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A L_6 = (*(ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_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_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_gshared (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_14 = (ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_15; L_15 = (( ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * (*) (ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)(ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_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_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_gshared (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_5 = ___operation5; ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 L_6 = (*(ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_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_mF19C81995C1FE38982654851BC486C96EBC64457_gshared (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_14 = (ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_15; L_15 = (( ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * (*) (ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)(ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF19C81995C1FE38982654851BC486C96EBC64457_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF19C81995C1FE38982654851BC486C96EBC64457_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_m763571D47AA487D2FD85B4AADEAA27D87F715899_gshared (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_5 = ___operation5; ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 L_6 = (*(ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m763571D47AA487D2FD85B4AADEAA27D87F715899_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m763571D47AA487D2FD85B4AADEAA27D87F715899_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_m7897205EC05D883385E710B5020EA4BFE90A9599_gshared (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_14 = (ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_15; L_15 = (( ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * (*) (ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)(ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7897205EC05D883385E710B5020EA4BFE90A9599_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7897205EC05D883385E710B5020EA4BFE90A9599_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_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_gshared (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_5 = ___operation5; ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE L_6 = (*(ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_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_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_gshared (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_14 = (ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_15; L_15 = (( ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * (*) (ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)(ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_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_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_gshared (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_5 = ___operation5; ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 L_6 = (*(ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_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_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_gshared (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_14 = (ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_15; L_15 = (( ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * (*) (ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)(ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_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_m665D8D35A7F68752771F0B99FA27D55F70C226EB_gshared (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_5 = ___operation5; ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE L_6 = (*(ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m665D8D35A7F68752771F0B99FA27D55F70C226EB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m665D8D35A7F68752771F0B99FA27D55F70C226EB_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_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_gshared (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_14 = (ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_15; L_15 = (( ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * (*) (ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)(ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_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_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_gshared (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_5 = ___operation5; ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A L_6 = (*(ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_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_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_gshared (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_14 = (ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_15; L_15 = (( ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * (*) (ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)(ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_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_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_gshared (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF254891085610A44A942DF70822C9785DFA6456F * L_5 = ___operation5; ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F L_6 = (*(ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_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_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_gshared (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF254891085610A44A942DF70822C9785DFA6456F * L_14 = (ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * L_15; L_15 = (( ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * (*) (ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)(ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_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_mE68C2716574DF05A692F2FF5501EE75120BDC18B_gshared (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_5 = ___operation5; ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE L_6 = (*(ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE68C2716574DF05A692F2FF5501EE75120BDC18B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE68C2716574DF05A692F2FF5501EE75120BDC18B_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_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_gshared (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_14 = (ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_15; L_15 = (( ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * (*) (ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)(ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_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_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_gshared (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_5 = ___operation5; ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A L_6 = (*(ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_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_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_gshared (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_14 = (ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_15; L_15 = (( ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * (*) (ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)(ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_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_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_gshared (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t489525867F34E06032D9284299741A31CADDC201 * L_5 = ___operation5; ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 L_6 = (*(ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_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_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_gshared (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t489525867F34E06032D9284299741A31CADDC201 * L_14 = (ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * L_15; L_15 = (( ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * (*) (ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)(ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_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_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_gshared (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_5 = ___operation5; ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E L_6 = (*(ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_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_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_gshared (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_14 = (ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_15; L_15 = (( ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * (*) (ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)(ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_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_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_gshared (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_5 = ___operation5; ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E L_6 = (*(ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_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_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_gshared (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_14 = (ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_15; L_15 = (( ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * (*) (ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)(ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_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_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_gshared (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_5 = ___operation5; ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 L_6 = (*(ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_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_m62559C450D145D0A65A59D6B3793EC8179E00DBB_gshared (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_14 = (ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_15; L_15 = (( ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * (*) (ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)(ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m62559C450D145D0A65A59D6B3793EC8179E00DBB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m62559C450D145D0A65A59D6B3793EC8179E00DBB_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_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_gshared (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_5 = ___operation5; ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 L_6 = (*(ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_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_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_gshared (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_14 = (ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_15; L_15 = (( ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * (*) (ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)(ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_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_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_gshared (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_5 = ___operation5; ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 L_6 = (*(ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_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_m63022124AF817249E7384F9B7BCFF61684A57129_gshared (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_14 = (ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_15; L_15 = (( ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * (*) (ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)(ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m63022124AF817249E7384F9B7BCFF61684A57129_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m63022124AF817249E7384F9B7BCFF61684A57129_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_mC6F9440880B20C6EC191048109667EC0C0E6B24E_gshared (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_5 = ___operation5; ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 L_6 = (*(ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC6F9440880B20C6EC191048109667EC0C0E6B24E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC6F9440880B20C6EC191048109667EC0C0E6B24E_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_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_gshared (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_14 = (ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_15; L_15 = (( ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * (*) (ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)(ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_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_m6131C99C7FBEF78871F562DB1C55023D186670F6_gshared (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_5 = ___operation5; ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 L_6 = (*(ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6131C99C7FBEF78871F562DB1C55023D186670F6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6131C99C7FBEF78871F562DB1C55023D186670F6_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_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_gshared (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_14 = (ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_15; L_15 = (( ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * (*) (ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)(ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_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_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_gshared (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_5 = ___operation5; ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E L_6 = (*(ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_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_m672551AD4D0A2E48C780118D3659D21CD7AA997B_gshared (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_14 = (ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_15; L_15 = (( ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * (*) (ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)(ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m672551AD4D0A2E48C780118D3659D21CD7AA997B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m672551AD4D0A2E48C780118D3659D21CD7AA997B_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_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_gshared (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_5 = ___operation5; ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA L_6 = (*(ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_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_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_gshared (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_14 = (ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_15; L_15 = (( ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * (*) (ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)(ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_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_m79CF3682D5EE9192C758E75EFED09D63DB36C683_gshared (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_5 = ___operation5; ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE L_6 = (*(ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m79CF3682D5EE9192C758E75EFED09D63DB36C683_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m79CF3682D5EE9192C758E75EFED09D63DB36C683_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_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_gshared (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_14 = (ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_15; L_15 = (( ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * (*) (ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)(ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_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_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_gshared (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t0098272E900151CAE78102A84CC655354F1A4A76 * L_5 = ___operation5; ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 L_6 = (*(ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_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_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_gshared (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t0098272E900151CAE78102A84CC655354F1A4A76 * L_14 = (ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * L_15; L_15 = (( ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * (*) (ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)(ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_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_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_gshared (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8FB49589A4162D2E756996932C3E35735F29A004 * L_5 = ___operation5; ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 L_6 = (*(ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_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_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_gshared (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8FB49589A4162D2E756996932C3E35735F29A004 * L_14 = (ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * L_15; L_15 = (( ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * (*) (ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)(ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_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_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_gshared (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_5 = ___operation5; ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 L_6 = (*(ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_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_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_gshared (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_14 = (ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_15; L_15 = (( ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * (*) (ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)(ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_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_m7323A4DAF4DA0B30485972DC01922DF31E240C87_gshared (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_5 = ___operation5; ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 L_6 = (*(ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7323A4DAF4DA0B30485972DC01922DF31E240C87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7323A4DAF4DA0B30485972DC01922DF31E240C87_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_m84D607F97B84839D60D9008F298E847A1E7B5B5C_gshared (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_14 = (ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_15; L_15 = (( ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * (*) (ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)(ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m84D607F97B84839D60D9008F298E847A1E7B5B5C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m84D607F97B84839D60D9008F298E847A1E7B5B5C_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_m5C0EB313A52350D89BB5833D64034FF628A193F1_gshared (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_5 = ___operation5; ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF L_6 = (*(ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5C0EB313A52350D89BB5833D64034FF628A193F1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5C0EB313A52350D89BB5833D64034FF628A193F1_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_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_gshared (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_14 = (ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_15; L_15 = (( ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * (*) (ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)(ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_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_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_gshared (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_5 = ___operation5; ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D L_6 = (*(ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_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_m50DACD73544E0E02E18DDCAA26D569C696285188_gshared (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_14 = (ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_15; L_15 = (( ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * (*) (ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)(ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m50DACD73544E0E02E18DDCAA26D569C696285188_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m50DACD73544E0E02E18DDCAA26D569C696285188_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_mB95FA58176023FBF65B42508BCDE0552234CBAEA_gshared (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_5 = ___operation5; ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 L_6 = (*(ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB95FA58176023FBF65B42508BCDE0552234CBAEA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB95FA58176023FBF65B42508BCDE0552234CBAEA_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_m6BD0FC9AE175E548683EB083E8122E8290000A27_gshared (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_14 = (ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_15; L_15 = (( ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * (*) (ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)(ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6BD0FC9AE175E548683EB083E8122E8290000A27_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6BD0FC9AE175E548683EB083E8122E8290000A27_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_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_gshared (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_5 = ___operation5; ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 L_6 = (*(ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_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_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_gshared (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_14 = (ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_15; L_15 = (( ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * (*) (ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)(ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_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_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_gshared (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_5 = ___operation5; ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 L_6 = (*(ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_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_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_gshared (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_14 = (ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_15; L_15 = (( ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * (*) (ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)(ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_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_m9C41F5703590C097880C3670A713FD293F786E50_gshared (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_5 = ___operation5; ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE L_6 = (*(ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9C41F5703590C097880C3670A713FD293F786E50_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9C41F5703590C097880C3670A713FD293F786E50_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_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_gshared (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_14 = (ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_15; L_15 = (( ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * (*) (ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)(ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_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_m97DC78DD850110107465731076821BDCEED9A974_gshared (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_5 = ___operation5; ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 L_6 = (*(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m97DC78DD850110107465731076821BDCEED9A974_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m97DC78DD850110107465731076821BDCEED9A974_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_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_gshared (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_14 = (ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_15; L_15 = (( ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * (*) (ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_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_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_gshared (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_5 = ___operation5; ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 L_6 = (*(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_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_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_gshared (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_14 = (ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_15; L_15 = (( ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * (*) (ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_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_m87CE31EC3BF77B163608B19C60014ADF28A9D183_gshared (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_5 = ___operation5; ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 L_6 = (*(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m87CE31EC3BF77B163608B19C60014ADF28A9D183_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m87CE31EC3BF77B163608B19C60014ADF28A9D183_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_mFC664A18271ECA2875936C9196CF439C85225CCE_gshared (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_14 = (ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_15; L_15 = (( ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * (*) (ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFC664A18271ECA2875936C9196CF439C85225CCE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFC664A18271ECA2875936C9196CF439C85225CCE_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_m9ED737355B6001101FEA23A01EA960383C1A6177_gshared (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_5 = ___operation5; ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B L_6 = (*(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9ED737355B6001101FEA23A01EA960383C1A6177_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9ED737355B6001101FEA23A01EA960383C1A6177_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_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_gshared (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_14 = (ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_15; L_15 = (( ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * (*) (ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_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_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_gshared (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_5 = ___operation5; ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E L_6 = (*(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_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_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_gshared (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_14 = (ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_15; L_15 = (( ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * (*) (ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_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_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_gshared (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_5 = ___operation5; ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 L_6 = (*(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_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_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_gshared (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_14 = (ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_15; L_15 = (( ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * (*) (ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_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_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_gshared (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_5 = ___operation5; ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD L_6 = (*(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_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_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_gshared (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_14 = (ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_15; L_15 = (( ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * (*) (ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_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_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_gshared (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t27A2890F13326A8B7646443297EA216435EAD92A * L_5 = ___operation5; ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A L_6 = (*(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_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_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_gshared (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t27A2890F13326A8B7646443297EA216435EAD92A * L_14 = (ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * L_15; L_15 = (( ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * (*) (ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_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_m31AB7A87A6D378C513127179416D79111BF94943_gshared (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_5 = ___operation5; ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC L_6 = (*(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m31AB7A87A6D378C513127179416D79111BF94943_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m31AB7A87A6D378C513127179416D79111BF94943_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_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_gshared (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_14 = (ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_15; L_15 = (( ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * (*) (ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_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_mAB3033A3D336DF8F757311FA074FE03972A17AFE_gshared (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_5 = ___operation5; ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F L_6 = (*(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mAB3033A3D336DF8F757311FA074FE03972A17AFE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mAB3033A3D336DF8F757311FA074FE03972A17AFE_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_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_gshared (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_14 = (ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_15; L_15 = (( ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * (*) (ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_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_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_gshared (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_5 = ___operation5; ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 L_6 = (*(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_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_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_gshared (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_14 = (ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_15; L_15 = (( ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * (*) (ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_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_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_gshared (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_5 = ___operation5; ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D L_6 = (*(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_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_mC05447DED83B52927FBBE1B166781E5C9AC8C811_gshared (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_14 = (ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_15; L_15 = (( ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * (*) (ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC05447DED83B52927FBBE1B166781E5C9AC8C811_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC05447DED83B52927FBBE1B166781E5C9AC8C811_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_m53F5BD42444AEA837780198EBA73D316D8D71623_gshared (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_5 = ___operation5; ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 L_6 = (*(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m53F5BD42444AEA837780198EBA73D316D8D71623_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m53F5BD42444AEA837780198EBA73D316D8D71623_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_m83F799732FFDF99F8183646A25A6D8F2E045488E_gshared (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_14 = (ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_15; L_15 = (( ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * (*) (ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m83F799732FFDF99F8183646A25A6D8F2E045488E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m83F799732FFDF99F8183646A25A6D8F2E045488E_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_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_gshared (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_5 = ___operation5; ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 L_6 = (*(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_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_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_gshared (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_14 = (ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_15; L_15 = (( ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * (*) (ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_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_m1C0513DA9984048ED013906D00755C584ABA7DB6_gshared (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_5 = ___operation5; ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 L_6 = (*(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1C0513DA9984048ED013906D00755C584ABA7DB6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1C0513DA9984048ED013906D00755C584ABA7DB6_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_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_gshared (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_14 = (ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_15; L_15 = (( ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * (*) (ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_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_m49A236D33C15A4CF50FC03C878746020A7EC6320_gshared (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_5 = ___operation5; ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 L_6 = (*(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m49A236D33C15A4CF50FC03C878746020A7EC6320_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m49A236D33C15A4CF50FC03C878746020A7EC6320_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_m927CBC8735251FA6F33233E6440B30D685873D25_gshared (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_14 = (ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_15; L_15 = (( ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * (*) (ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m927CBC8735251FA6F33233E6440B30D685873D25_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m927CBC8735251FA6F33233E6440B30D685873D25_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_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_gshared (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_5 = ___operation5; ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE L_6 = (*(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_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_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_gshared (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_14 = (ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_15; L_15 = (( ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * (*) (ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_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_m615D2066371C5A71D728144CCBE891D114263E45_gshared (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_5 = ___operation5; ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 L_6 = (*(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m615D2066371C5A71D728144CCBE891D114263E45_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m615D2066371C5A71D728144CCBE891D114263E45_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_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_gshared (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_14 = (ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_15; L_15 = (( ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * (*) (ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_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_m720D08B9E7BE7E04E34536F38ECAF97884616109_gshared (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_5 = ___operation5; ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 L_6 = (*(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m720D08B9E7BE7E04E34536F38ECAF97884616109_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m720D08B9E7BE7E04E34536F38ECAF97884616109_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_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_gshared (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_14 = (ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_15; L_15 = (( ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * (*) (ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_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_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_gshared (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_5 = ___operation5; ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D L_6 = (*(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_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_m4CB7896AAD6B994F7870A81989F49A7260A59B27_gshared (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_14 = (ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_15; L_15 = (( ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * (*) (ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4CB7896AAD6B994F7870A81989F49A7260A59B27_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m4CB7896AAD6B994F7870A81989F49A7260A59B27_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_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_gshared (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_5 = ___operation5; ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD L_6 = (*(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_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_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_gshared (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_14 = (ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_15; L_15 = (( ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * (*) (ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_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_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_gshared (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t434FED8C5C2213C23C090114C63C71920725EB13 * L_5 = ___operation5; ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 L_6 = (*(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_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_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_gshared (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t434FED8C5C2213C23C090114C63C71920725EB13 * L_14 = (ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * L_15; L_15 = (( ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * (*) (ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_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_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_gshared (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8DBC341DF81CFA35CC503104303E96382686C39A * L_5 = ___operation5; ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A L_6 = (*(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_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_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_gshared (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8DBC341DF81CFA35CC503104303E96382686C39A * L_14 = (ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * L_15; L_15 = (( ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * (*) (ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_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_mD8E1E77052442075695371734094C36F94AE8A1D_gshared (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t90FD06563781B025F90583B51464563851A4888A * L_5 = ___operation5; ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A L_6 = (*(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD8E1E77052442075695371734094C36F94AE8A1D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD8E1E77052442075695371734094C36F94AE8A1D_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_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_gshared (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t90FD06563781B025F90583B51464563851A4888A * L_14 = (ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * L_15; L_15 = (( ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * (*) (ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_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_mDD75322147F9688D098D8487FADAE3B292250DC8_gshared (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_5 = ___operation5; ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA L_6 = (*(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDD75322147F9688D098D8487FADAE3B292250DC8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDD75322147F9688D098D8487FADAE3B292250DC8_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_m3FF80D2BE2851E42300EA598320C38A05E9D423B_gshared (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_14 = (ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_15; L_15 = (( ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * (*) (ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3FF80D2BE2851E42300EA598320C38A05E9D423B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3FF80D2BE2851E42300EA598320C38A05E9D423B_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_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_gshared (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_5 = ___operation5; ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 L_6 = (*(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_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_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_gshared (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_14 = (ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_15; L_15 = (( ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * (*) (ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_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_m6385E51AC9EE7365335CCD84DF9750C8500286A2_gshared (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_5 = ___operation5; ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE L_6 = (*(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6385E51AC9EE7365335CCD84DF9750C8500286A2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6385E51AC9EE7365335CCD84DF9750C8500286A2_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_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_gshared (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_14 = (ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_15; L_15 = (( ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * (*) (ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_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_m94DD3A557DD5555768EA412C7AB6B094396B7155_gshared (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_5 = ___operation5; ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 L_6 = (*(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m94DD3A557DD5555768EA412C7AB6B094396B7155_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m94DD3A557DD5555768EA412C7AB6B094396B7155_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_m1872E69B51BD452B909319D7B5D1DA302579D2E6_gshared (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_14 = (ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_15; L_15 = (( ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * (*) (ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1872E69B51BD452B909319D7B5D1DA302579D2E6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1872E69B51BD452B909319D7B5D1DA302579D2E6_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_mF0A6E337E43C244C4617CB2C4DCC00C341924448_gshared (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_5 = ___operation5; ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 L_6 = (*(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF0A6E337E43C244C4617CB2C4DCC00C341924448_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF0A6E337E43C244C4617CB2C4DCC00C341924448_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_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_gshared (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_14 = (ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_15; L_15 = (( ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * (*) (ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_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_mC718C419860AD45D1C4CAC4CF493383083A5D69E_gshared (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_5 = ___operation5; ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 L_6 = (*(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC718C419860AD45D1C4CAC4CF493383083A5D69E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC718C419860AD45D1C4CAC4CF493383083A5D69E_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_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_gshared (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_14 = (ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_15; L_15 = (( ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * (*) (ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_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_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_gshared (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_5 = ___operation5; ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F L_6 = (*(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_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_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_gshared (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_14 = (ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_15; L_15 = (( ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * (*) (ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_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_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_gshared (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_5 = ___operation5; ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D L_6 = (*(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_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_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_gshared (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_14 = (ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_15; L_15 = (( ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * (*) (ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_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_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_gshared (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_5 = ___operation5; ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 L_6 = (*(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_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_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_gshared (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_14 = (ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_15; L_15 = (( ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * (*) (ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_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_m8530C2EA1564AFEFD031282609468A714EE75BCC_gshared (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_5 = ___operation5; ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B L_6 = (*(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8530C2EA1564AFEFD031282609468A714EE75BCC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8530C2EA1564AFEFD031282609468A714EE75BCC_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_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_gshared (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_14 = (ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_15; L_15 = (( ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * (*) (ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_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_mF18B6818A98CBEF71B275CF2BEC549042C307E70_gshared (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6872939E756319F32103ABAA88442C356B5F64A3 * L_5 = ___operation5; ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 L_6 = (*(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF18B6818A98CBEF71B275CF2BEC549042C307E70_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF18B6818A98CBEF71B275CF2BEC549042C307E70_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_m30C984B1A701E1358304C234FAFF37EE81670BCF_gshared (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6872939E756319F32103ABAA88442C356B5F64A3 * L_14 = (ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * L_15; L_15 = (( ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * (*) (ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m30C984B1A701E1358304C234FAFF37EE81670BCF_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m30C984B1A701E1358304C234FAFF37EE81670BCF_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_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_gshared (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_5 = ___operation5; ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF L_6 = (*(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_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_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_gshared (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_14 = (ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_15; L_15 = (( ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * (*) (ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_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_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_gshared (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t25DD4377176731D784D38365F2E2B0767623F944 * L_5 = ___operation5; ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 L_6 = (*(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_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_m1405E387C995946306D5A5539E5046C934BDA740_gshared (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t25DD4377176731D784D38365F2E2B0767623F944 * L_14 = (ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * L_15; L_15 = (( ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * (*) (ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1405E387C995946306D5A5539E5046C934BDA740_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1405E387C995946306D5A5539E5046C934BDA740_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_m16AC68369AFDFD793A50805E569314345E09684B_gshared (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_5 = ___operation5; ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD L_6 = (*(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m16AC68369AFDFD793A50805E569314345E09684B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m16AC68369AFDFD793A50805E569314345E09684B_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_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_gshared (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_14 = (ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_15; L_15 = (( ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * (*) (ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_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_m410E8B79F1B26D393554BC7D1C2017605E870799_gshared (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_5 = ___operation5; ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 L_6 = (*(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m410E8B79F1B26D393554BC7D1C2017605E870799_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m410E8B79F1B26D393554BC7D1C2017605E870799_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_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_gshared (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_14 = (ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_15; L_15 = (( ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * (*) (ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_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_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_gshared (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_5 = ___operation5; ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 L_6 = (*(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_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_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_gshared (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_14 = (ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_15; L_15 = (( ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * (*) (ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_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_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_gshared (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_5 = ___operation5; ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 L_6 = (*(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_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_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_gshared (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_14 = (ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_15; L_15 = (( ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * (*) (ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_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_m4E8157769F3300A61EDCB9C585A011837CD2B52F_gshared (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_5 = ___operation5; ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA L_6 = (*(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4E8157769F3300A61EDCB9C585A011837CD2B52F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4E8157769F3300A61EDCB9C585A011837CD2B52F_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_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_gshared (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_14 = (ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_15; L_15 = (( ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * (*) (ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_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_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_gshared (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_5 = ___operation5; ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 L_6 = (*(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_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_mF39AC01C22EE0766F9253DBED2784E16DC323B12_gshared (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_14 = (ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_15; L_15 = (( ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * (*) (ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF39AC01C22EE0766F9253DBED2784E16DC323B12_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF39AC01C22EE0766F9253DBED2784E16DC323B12_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_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_gshared (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_5 = ___operation5; ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B L_6 = (*(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_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_m15CF12E6B4AA765D6060210B437148B5D0F77D02_gshared (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_14 = (ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_15; L_15 = (( ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * (*) (ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m15CF12E6B4AA765D6060210B437148B5D0F77D02_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m15CF12E6B4AA765D6060210B437148B5D0F77D02_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_m101DD0A607A292336493F2E6C476425B32DB97E5_gshared (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_5 = ___operation5; ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 L_6 = (*(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m101DD0A607A292336493F2E6C476425B32DB97E5_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m101DD0A607A292336493F2E6C476425B32DB97E5_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_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_gshared (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_14 = (ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_15; L_15 = (( ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * (*) (ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_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_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_gshared (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_5 = ___operation5; ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD L_6 = (*(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_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_mB495176C65743615F0F96CB6805611493CCABD6F_gshared (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_14 = (ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_15; L_15 = (( ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * (*) (ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB495176C65743615F0F96CB6805611493CCABD6F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB495176C65743615F0F96CB6805611493CCABD6F_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_m5911313AA34D80AC301A6627B2A9470DB886CA1E_gshared (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_5 = ___operation5; ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C L_6 = (*(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5911313AA34D80AC301A6627B2A9470DB886CA1E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5911313AA34D80AC301A6627B2A9470DB886CA1E_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_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_gshared (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_14 = (ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_15; L_15 = (( ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * (*) (ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_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_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_gshared (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_5 = ___operation5; ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 L_6 = (*(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_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_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_gshared (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_14 = (ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_15; L_15 = (( ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * (*) (ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_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_m65C32C85A29A131772F1CDE36EE0774090510091_gshared (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_5 = ___operation5; ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB L_6 = (*(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m65C32C85A29A131772F1CDE36EE0774090510091_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m65C32C85A29A131772F1CDE36EE0774090510091_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_m1B4D68CDA131E04699B46FB7AE777885BC89E514_gshared (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_14 = (ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_15; L_15 = (( ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * (*) (ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1B4D68CDA131E04699B46FB7AE777885BC89E514_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1B4D68CDA131E04699B46FB7AE777885BC89E514_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_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_gshared (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_5 = ___operation5; ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 L_6 = (*(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_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_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_gshared (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_14 = (ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_15; L_15 = (( ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * (*) (ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_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_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_gshared (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBB25B8D550448882386C8016AF574501B4F7735E * L_5 = ___operation5; ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E L_6 = (*(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_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_m5826DD8741C5092F9E473C03731FBD2F9044FF19_gshared (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBB25B8D550448882386C8016AF574501B4F7735E * L_14 = (ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * L_15; L_15 = (( ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * (*) (ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5826DD8741C5092F9E473C03731FBD2F9044FF19_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5826DD8741C5092F9E473C03731FBD2F9044FF19_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_mDFC5BC577FFA3410B347168F7964196F9958888B_gshared (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_5 = ___operation5; ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD L_6 = (*(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDFC5BC577FFA3410B347168F7964196F9958888B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDFC5BC577FFA3410B347168F7964196F9958888B_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_m6998AB1E991B44A74AA34850FF03492CAF33A854_gshared (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_14 = (ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_15; L_15 = (( ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * (*) (ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6998AB1E991B44A74AA34850FF03492CAF33A854_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6998AB1E991B44A74AA34850FF03492CAF33A854_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_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_gshared (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_5 = ___operation5; ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 L_6 = (*(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_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_mDA03A0F7CBE8EED422621722DAC58FD31766852C_gshared (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_14 = (ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_15; L_15 = (( ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * (*) (ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDA03A0F7CBE8EED422621722DAC58FD31766852C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDA03A0F7CBE8EED422621722DAC58FD31766852C_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_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_gshared (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_5 = ___operation5; ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E L_6 = (*(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_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_mD22B784F61B348F67B317395F1EE01AA5D19E667_gshared (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_14 = (ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_15; L_15 = (( ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * (*) (ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD22B784F61B348F67B317395F1EE01AA5D19E667_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD22B784F61B348F67B317395F1EE01AA5D19E667_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_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_gshared (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_5 = ___operation5; ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 L_6 = (*(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_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_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_gshared (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_14 = (ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_15; L_15 = (( ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * (*) (ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_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_mEEC5702575CC01E78C15F43E4E374745A5BB2598_gshared (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_5 = ___operation5; ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C L_6 = (*(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEEC5702575CC01E78C15F43E4E374745A5BB2598_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEEC5702575CC01E78C15F43E4E374745A5BB2598_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_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_gshared (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_14 = (ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_15; L_15 = (( ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * (*) (ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_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_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_gshared (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_5 = ___operation5; ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 L_6 = (*(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_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_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_gshared (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_14 = (ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_15; L_15 = (( ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * (*) (ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_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_mEE391CC3F1703821134085404D72ACBF37866C69_gshared (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_5 = ___operation5; ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE L_6 = (*(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEE391CC3F1703821134085404D72ACBF37866C69_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEE391CC3F1703821134085404D72ACBF37866C69_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_m9978A964F3A34485B4646D48B722CB8695C83C7F_gshared (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_14 = (ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_15; L_15 = (( ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * (*) (ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9978A964F3A34485B4646D48B722CB8695C83C7F_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9978A964F3A34485B4646D48B722CB8695C83C7F_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_mBCFD34865819F262E9C3503C3980B08BB6B4B213_gshared (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_5 = ___operation5; ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 L_6 = (*(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBCFD34865819F262E9C3503C3980B08BB6B4B213_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBCFD34865819F262E9C3503C3980B08BB6B4B213_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_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_gshared (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_14 = (ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_15; L_15 = (( ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * (*) (ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_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_mE711384D106920B807A813700CA7CA5561CC9448_gshared (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_5 = ___operation5; ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 L_6 = (*(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE711384D106920B807A813700CA7CA5561CC9448_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE711384D106920B807A813700CA7CA5561CC9448_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_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_gshared (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_14 = (ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_15; L_15 = (( ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * (*) (ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_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_mF60028BD60D8D435D46339BFBA5C261968B6B223_gshared (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t222664F56989E6163C50D674944FB37A4CFEA65C * L_5 = ___operation5; ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C L_6 = (*(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF60028BD60D8D435D46339BFBA5C261968B6B223_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF60028BD60D8D435D46339BFBA5C261968B6B223_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_m51479C9610F63B14A10E0D006246817BA3A32CE0_gshared (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t222664F56989E6163C50D674944FB37A4CFEA65C * L_14 = (ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * L_15; L_15 = (( ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * (*) (ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m51479C9610F63B14A10E0D006246817BA3A32CE0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m51479C9610F63B14A10E0D006246817BA3A32CE0_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_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_gshared (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_5 = ___operation5; ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 L_6 = (*(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_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_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_gshared (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_14 = (ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_15; L_15 = (( ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * (*) (ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_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_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_gshared (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_5 = ___operation5; ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 L_6 = (*(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_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_m59A547D2D835169B6A53B283BF850D5023B45C9C_gshared (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_14 = (ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_15; L_15 = (( ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * (*) (ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m59A547D2D835169B6A53B283BF850D5023B45C9C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m59A547D2D835169B6A53B283BF850D5023B45C9C_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_m79385BA83A86BCE823F69888A69403E06DAC3089_gshared (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_5 = ___operation5; ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 L_6 = (*(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m79385BA83A86BCE823F69888A69403E06DAC3089_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m79385BA83A86BCE823F69888A69403E06DAC3089_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_mC652FC07112E701291742BB4A16B91C68C16237D_gshared (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_14 = (ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_15; L_15 = (( ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * (*) (ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC652FC07112E701291742BB4A16B91C68C16237D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC652FC07112E701291742BB4A16B91C68C16237D_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_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_gshared (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_5 = ___operation5; ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB L_6 = (*(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_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_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_gshared (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_14 = (ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_15; L_15 = (( ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * (*) (ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_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_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_gshared (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_5 = ___operation5; ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 L_6 = (*(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_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_m2C3DC50A6264D6C13F37998123AB01803977C570_gshared (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_14 = (ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_15; L_15 = (( ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * (*) (ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m2C3DC50A6264D6C13F37998123AB01803977C570_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2C3DC50A6264D6C13F37998123AB01803977C570_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_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_gshared (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_5 = ___operation5; ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 L_6 = (*(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_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_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_gshared (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_14 = (ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_15; L_15 = (( ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * (*) (ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_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_m55024B14A1BB5F887039F66A355B24B1916AE439_gshared (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_5 = ___operation5; ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 L_6 = (*(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m55024B14A1BB5F887039F66A355B24B1916AE439_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m55024B14A1BB5F887039F66A355B24B1916AE439_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_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_gshared (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_14 = (ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_15; L_15 = (( ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * (*) (ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_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_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_gshared (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_5 = ___operation5; ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 L_6 = (*(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_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_m790582A2C61F62899755605063D2E9508EC8A36D_gshared (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_14 = (ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_15; L_15 = (( ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * (*) (ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m790582A2C61F62899755605063D2E9508EC8A36D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m790582A2C61F62899755605063D2E9508EC8A36D_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_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_gshared (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_5 = ___operation5; ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B L_6 = (*(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_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_m7CC732E7071F585BD0D8B3864E173A880D59905B_gshared (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_14 = (ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_15; L_15 = (( ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * (*) (ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7CC732E7071F585BD0D8B3864E173A880D59905B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m7CC732E7071F585BD0D8B3864E173A880D59905B_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_m607F6626E515199EF44EB64F056005D914969FB7_gshared (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_5 = ___operation5; ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 L_6 = (*(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m607F6626E515199EF44EB64F056005D914969FB7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m607F6626E515199EF44EB64F056005D914969FB7_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_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_gshared (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_14 = (ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_15; L_15 = (( ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * (*) (ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_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_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_gshared (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_5 = ___operation5; ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C L_6 = (*(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_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_m483039CE9A722B0E43BFCAD799245DACC8CD5297_gshared (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_14 = (ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_15; L_15 = (( ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * (*) (ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m483039CE9A722B0E43BFCAD799245DACC8CD5297_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m483039CE9A722B0E43BFCAD799245DACC8CD5297_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_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_gshared (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_5 = ___operation5; ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 L_6 = (*(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_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_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_gshared (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_14 = (ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_15; L_15 = (( ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * (*) (ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_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_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_gshared (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_5 = ___operation5; ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC L_6 = (*(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_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_m639776A8C3BED81FCC8C3455B868D5414AD02413_gshared (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_14 = (ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_15; L_15 = (( ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * (*) (ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m639776A8C3BED81FCC8C3455B868D5414AD02413_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m639776A8C3BED81FCC8C3455B868D5414AD02413_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_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_gshared (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_5 = ___operation5; ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 L_6 = (*(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_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_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_gshared (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_14 = (ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_15; L_15 = (( ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * (*) (ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_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_mDC07AB47E54C893B45434DDB55D364578B796C02_gshared (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_5 = ___operation5; ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 L_6 = (*(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDC07AB47E54C893B45434DDB55D364578B796C02_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDC07AB47E54C893B45434DDB55D364578B796C02_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_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_gshared (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_14 = (ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_15; L_15 = (( ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * (*) (ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_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_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_gshared (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_5 = ___operation5; ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E L_6 = (*(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_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_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_gshared (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_14 = (ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_15; L_15 = (( ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * (*) (ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_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_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_gshared (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_5 = ___operation5; ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 L_6 = (*(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_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_mF986C610FEA440FA1461A276C12951B8B89F7FD6_gshared (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_14 = (ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_15; L_15 = (( ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * (*) (ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF986C610FEA440FA1461A276C12951B8B89F7FD6_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF986C610FEA440FA1461A276C12951B8B89F7FD6_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_mD2290FFF2245A7AF871C93D54114CA390DEEA413_gshared (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_5 = ___operation5; ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 L_6 = (*(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD2290FFF2245A7AF871C93D54114CA390DEEA413_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD2290FFF2245A7AF871C93D54114CA390DEEA413_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_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_gshared (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_14 = (ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_15; L_15 = (( ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * (*) (ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_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_mC2342CF8693F731B50F8328E7E36202CF9D90704_gshared (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_5 = ___operation5; ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 L_6 = (*(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC2342CF8693F731B50F8328E7E36202CF9D90704_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC2342CF8693F731B50F8328E7E36202CF9D90704_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_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_gshared (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_14 = (ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_15; L_15 = (( ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * (*) (ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_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_mF0FDE975328267033D22B524468BFB6E604903FB_gshared (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t38A0661783054009109F4AF979E92881E4446EE0 * L_5 = ___operation5; ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 L_6 = (*(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF0FDE975328267033D22B524468BFB6E604903FB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF0FDE975328267033D22B524468BFB6E604903FB_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_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_gshared (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t38A0661783054009109F4AF979E92881E4446EE0 * L_14 = (ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * L_15; L_15 = (( ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * (*) (ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_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_m4145DE483A631EB4DC621B10789C8A9362E882DA_gshared (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_5 = ___operation5; ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F L_6 = (*(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4145DE483A631EB4DC621B10789C8A9362E882DA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4145DE483A631EB4DC621B10789C8A9362E882DA_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_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_gshared (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_14 = (ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_15; L_15 = (( ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * (*) (ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_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_mF77D967BF03C38B755CCB0C931AE67209992FF30_gshared (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_5 = ___operation5; ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 L_6 = (*(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF77D967BF03C38B755CCB0C931AE67209992FF30_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF77D967BF03C38B755CCB0C931AE67209992FF30_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_m1E77E5B332BD7E3D77547807BA2C4F202376889B_gshared (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_14 = (ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_15; L_15 = (( ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * (*) (ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1E77E5B332BD7E3D77547807BA2C4F202376889B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m1E77E5B332BD7E3D77547807BA2C4F202376889B_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_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_gshared (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_5 = ___operation5; ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 L_6 = (*(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_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_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_gshared (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_14 = (ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_15; L_15 = (( ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * (*) (ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_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_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_gshared (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_5 = ___operation5; ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 L_6 = (*(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_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_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_gshared (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_14 = (ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_15; L_15 = (( ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * (*) (ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_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_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_gshared (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_5 = ___operation5; ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 L_6 = (*(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_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_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_gshared (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_14 = (ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_15; L_15 = (( ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * (*) (ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_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_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_gshared (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_5 = ___operation5; ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A L_6 = (*(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_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_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_gshared (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_14 = (ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_15; L_15 = (( ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * (*) (ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_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_m51279B79D171797F9F52A38F8137BEBB01FD9937_gshared (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_5 = ___operation5; ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E L_6 = (*(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m51279B79D171797F9F52A38F8137BEBB01FD9937_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m51279B79D171797F9F52A38F8137BEBB01FD9937_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_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_gshared (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_14 = (ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_15; L_15 = (( ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * (*) (ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_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_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_gshared (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_5 = ___operation5; ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A L_6 = (*(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_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_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_gshared (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_14 = (ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_15; L_15 = (( ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * (*) (ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_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_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_gshared (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_5 = ___operation5; ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F L_6 = (*(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_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_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_gshared (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_14 = (ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_15; L_15 = (( ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * (*) (ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_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_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_gshared (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_5 = ___operation5; ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD L_6 = (*(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_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_mF050D6A5F1F5653CD2463662E6778A43262EAD62_gshared (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_14 = (ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_15; L_15 = (( ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * (*) (ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF050D6A5F1F5653CD2463662E6778A43262EAD62_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF050D6A5F1F5653CD2463662E6778A43262EAD62_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_m471585CC1909102D22936F0A40A411F55A0AB9E1_gshared (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_5 = ___operation5; ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B L_6 = (*(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m471585CC1909102D22936F0A40A411F55A0AB9E1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m471585CC1909102D22936F0A40A411F55A0AB9E1_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_m912A3D71065431005CB800DD6A81716E01D4F19C_gshared (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_14 = (ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_15; L_15 = (( ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * (*) (ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m912A3D71065431005CB800DD6A81716E01D4F19C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m912A3D71065431005CB800DD6A81716E01D4F19C_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_mF1342BD613C152BA690F29C5863ABD9E55381357_gshared (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_5 = ___operation5; ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A L_6 = (*(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF1342BD613C152BA690F29C5863ABD9E55381357_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF1342BD613C152BA690F29C5863ABD9E55381357_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_m38B67B294BE90EC3160918361191510B9D2BBB5E_gshared (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_14 = (ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_15; L_15 = (( ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * (*) (ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m38B67B294BE90EC3160918361191510B9D2BBB5E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m38B67B294BE90EC3160918361191510B9D2BBB5E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m842D7D91B33C113004588A036E9C7422C05DD50F_gshared_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC501922DA9520C453855A46860AEF496997A2C9B * L_5 = ___operation5; ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B L_6 = (*(ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)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_m0187B5D63DEC0A0E25B903B49F214E9687A46E06_gshared_inline (RowIntervalOperationWrapper_2_tF652BD03FB91C0D0E5793DB3EFE55141B010FEBD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC501922DA9520C453855A46860AEF496997A2C9B * L_14 = (ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * L_15; L_15 = (( ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B * (*) (ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)(ProjectiveOperation_1_tC501922DA9520C453855A46860AEF496997A2C9B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m21A116E411405D70A345FB6F5848CDAF167124DE_gshared_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_5 = ___operation5; ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 L_6 = (*(ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3A54CCE4B858FC441E916A327C7283439D8DF2D1_gshared_inline (RowIntervalOperationWrapper_2_tB52D23441B71C1981831D45CA4B5ED310B415D83 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_14 = (ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * L_15; L_15 = (( ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 * (*) (ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)(ProjectiveOperation_1_tF5725191176A043C825214C8F9DCA8CEFED779D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m128EB8B00A9E90B1777B6570391FAACDD8EFE4D5_gshared_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_5 = ___operation5; ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A L_6 = (*(ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD602EEC4463605006FCA29121F299D52C6D9DD30_gshared_inline (RowIntervalOperationWrapper_2_tCB5ABB28A3BFF17F0559B49E78B0FD5425AE702D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_14 = (ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * L_15; L_15 = (( ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A * (*) (ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)(ProjectiveOperation_1_t4A4E2B787914D4959C453544CF35D9B13F0B736A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m35EA0D036B7BF5CEA7F95D8549F9E972256DEB63_gshared_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_5 = ___operation5; ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 L_6 = (*(ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m15B572F3A29F903532735205A86E9663C3E81168_gshared_inline (RowIntervalOperationWrapper_2_t52A77B4C62E569D0BB41F70987C5ACE6EFBE723E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_14 = (ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * L_15; L_15 = (( ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 * (*) (ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)(ProjectiveOperation_1_tB30755F1EDC0A139555F2F1B995DAD6E627B5B11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF9B3BA6FB6FDFE485B328E337F6E432BA5E811C3_gshared_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_5 = ___operation5; ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 L_6 = (*(ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m115A76C8467E6E83CF46FC00B263DCB9483E852F_gshared_inline (RowIntervalOperationWrapper_2_t15B04D834224419740BA464F375CF59B206E4819 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_14 = (ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * L_15; L_15 = (( ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 * (*) (ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)(ProjectiveOperation_1_t272642E087457D007EAF28898AA04FA6EA6A69F7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC385082DDA884586DD75FB28D2A08D5BFA2A0E50_gshared_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_5 = ___operation5; ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D L_6 = (*(ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB4200A1760A3D33A325AE4ED758481FD99E0512B_gshared_inline (RowIntervalOperationWrapper_2_tC201931405423176ECBABF40B06FF747E5568C54 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_14 = (ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * L_15; L_15 = (( ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D * (*) (ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)(ProjectiveOperation_1_t1F84B7E3C0F22915E505E6D30D75BABB16AD5E4D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0E0C9C90D05CED1E9A2ADCB43DE3F565B76B5C2D_gshared_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_5 = ___operation5; ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 L_6 = (*(ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4975F494425408FA9B06E261D4D323DFFC37DB9A_gshared_inline (RowIntervalOperationWrapper_2_tC210ED7F3E8F2F47C24354C1671843A057964AFD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_14 = (ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * L_15; L_15 = (( ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 * (*) (ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)(ProjectiveOperation_1_tECE5BAE38B5D5B130C4CE776B085F4AC0A03D494 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA0C8EC07D59FB46A24B662EDE3DFFC34AF33107E_gshared_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_5 = ___operation5; ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 L_6 = (*(ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m47217E0F06668B1911708D168AE3BC43516DA892_gshared_inline (RowIntervalOperationWrapper_2_tC73D253BDDB8C15B89D3A70D329FF7E01D00B756 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_14 = (ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * L_15; L_15 = (( ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 * (*) (ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)(ProjectiveOperation_1_t41BE23AF6DC3BDC293004E52AB5A83B208980741 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m759949F6006897530645907D750A803E31D90903_gshared_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_5 = ___operation5; ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 L_6 = (*(ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m367718D99689257812B979F3B90704F09F3C9550_gshared_inline (RowIntervalOperationWrapper_2_t1A53A26225F4E282AF351469BB7110E2AD8A5132 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_14 = (ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * L_15; L_15 = (( ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 * (*) (ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)(ProjectiveOperation_1_tA8E33EC39A2DB8B8C9DE5C93E788535ED9A0E338 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA6E6BD5E90A2268179EDB47D08575B7C0C93A441_gshared_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1FF229A8D487B8828107BAC8055119347F3B971C * L_5 = ___operation5; ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C L_6 = (*(ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m46AE45CEC667FFD613E50649EC535F6127DCA308_gshared_inline (RowIntervalOperationWrapper_2_tCCF17E31730844B6E89C7FD95298CFA9D45131E8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1FF229A8D487B8828107BAC8055119347F3B971C * L_14 = (ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * L_15; L_15 = (( ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C * (*) (ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)(ProjectiveOperation_1_t1FF229A8D487B8828107BAC8055119347F3B971C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m474DCCBA9BE68E9F7BB1B7C6452ABA06D424DD1E_gshared_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC90F15129AF10399FDE6212D924B040A4C816210 * L_5 = ___operation5; ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 L_6 = (*(ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA73424A0FE2AF348E70C4FBEC1754D949A4966E_gshared_inline (RowIntervalOperationWrapper_2_t7131045F67DA9D559BE870FD50AAEE97003B873D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC90F15129AF10399FDE6212D924B040A4C816210 * L_14 = (ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * L_15; L_15 = (( ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 * (*) (ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)(ProjectiveOperation_1_tC90F15129AF10399FDE6212D924B040A4C816210 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF570068E9437593FA04A7F85C21F227710EC751E_gshared_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_5 = ___operation5; ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 L_6 = (*(ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16F324E122D559CCCC1A93FC7483C923EDEE71B3_gshared_inline (RowIntervalOperationWrapper_2_tA9F0D86BCA4E0515E751F9518E199B354A13D273 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_14 = (ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * L_15; L_15 = (( ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 * (*) (ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)(ProjectiveOperation_1_tA1C43DDAC89D671F3EE81DD2B5CF1B28CC7DF336 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA5DAAE0E8940705E0E054473EB351972194B987D_gshared_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_5 = ___operation5; ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 L_6 = (*(ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m959F0CDD7097A41D7057BDF441B0FB0B66C6FE10_gshared_inline (RowIntervalOperationWrapper_2_tBD7A83A44B1111E087B86C1CD96037EC7ADCDD17 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_14 = (ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * L_15; L_15 = (( ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 * (*) (ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)(ProjectiveOperation_1_tB0277A2DFDDA989B7B49EE1B13B7C4A200032E41 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m67F65B8EBC9B4F3A71F02B722656A18583302C0D_gshared_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_5 = ___operation5; ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 L_6 = (*(ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA64BBFA2F1640A4523A6917306E3B1162FD65340_gshared_inline (RowIntervalOperationWrapper_2_t40773655EE8D3C678797DD2AD83998704ADCC776 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_14 = (ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * L_15; L_15 = (( ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 * (*) (ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)(ProjectiveOperation_1_t78DC1E12ED313D6619A85CEF78D42F5B2B6D0DD6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m369B93EB9320A768EE3C8F6EF904947A33BB255A_gshared_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_5 = ___operation5; ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC L_6 = (*(ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0293B56188196D77BD2FB961A5E865DE7E8FB898_gshared_inline (RowIntervalOperationWrapper_2_tA6560DB6262DA670C2C2EF8FD7AC2E13B9BB2C8C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_14 = (ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * L_15; L_15 = (( ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC * (*) (ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)(ProjectiveOperation_1_tD077D3CCCB69297D9B9B49F9E2AFA94AFBFFBCCC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1F933D6F3BFCA6B6FC41C7B43CA0F91F1191BCB3_gshared_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_5 = ___operation5; ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 L_6 = (*(ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE1506BD06CEEEF21EAD042B133D3B13C1476F193_gshared_inline (RowIntervalOperationWrapper_2_tFE4AFCA09A1F20142F3AB7B02C490F7179F6FFEF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_14 = (ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * L_15; L_15 = (( ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 * (*) (ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)(ProjectiveOperation_1_t262B287FB9D9616E1BE0AB2204B1BDAF9053DA56 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC68C4D5BABB9FE282D9B3D1AF366434C6D261696_gshared_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_5 = ___operation5; ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 L_6 = (*(ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6EED41A6B9BF557F0612A1E1D8D6F0E7C1DC0D7_gshared_inline (RowIntervalOperationWrapper_2_tA55ECCDAD6728BF7CAF6F42DC6EF168029E55135 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_14 = (ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * L_15; L_15 = (( ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 * (*) (ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)(ProjectiveOperation_1_tD68E0EE892B5D425DEABEF5CF0A8FE2B36F45D27 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m53F87CFE165BF264FF3448E31491BE2B3C53F041_gshared_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_5 = ___operation5; ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD L_6 = (*(ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m85FC6B2F670B378EFB6EB2ED8489BBA8938A9AC6_gshared_inline (RowIntervalOperationWrapper_2_t17116E0E099578CDF0519CA1D27D351A59829155 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_14 = (ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * L_15; L_15 = (( ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD * (*) (ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)(ProjectiveOperation_1_tE34DEAF1A63213780CBD099D5BB422B8F8E70FBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5074F00740BD0F8BF8F09E5D1B7225114C187474_gshared_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_5 = ___operation5; ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F L_6 = (*(ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE8389FCBB23821AC938DFE81B6A78E5881417BE1_gshared_inline (RowIntervalOperationWrapper_2_t5F9D0202528BE55227EBD9F278091B09EC6EA711 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_14 = (ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * L_15; L_15 = (( ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F * (*) (ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)(ProjectiveOperation_1_tC808944EAAF0518BE5522F9FE1102B4A7B478B9F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9E1A85FE74B111EFA689CA790E07EFFB29AEA3F6_gshared_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_5 = ___operation5; ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 L_6 = (*(ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6A0014150DB2E68F201AFCC7E1FBFB695DA26E2F_gshared_inline (RowIntervalOperationWrapper_2_tB462B34D01F58597B50FFBFFC4B6769F8AAE7C3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_14 = (ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * L_15; L_15 = (( ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 * (*) (ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)(ProjectiveOperation_1_tD6B3EF3D0F5A815437B1D80F02A920DA2B56E946 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4660D42D517E10002CA1719E70165E14528B6F39_gshared_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_5 = ___operation5; ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 L_6 = (*(ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8F1ED36049AF7A2D1CEAE024DA69378E3D52D93A_gshared_inline (RowIntervalOperationWrapper_2_t17E5BEB8E7DF148B2C26D1BF6243B40DDACF518A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_14 = (ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * L_15; L_15 = (( ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 * (*) (ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)(ProjectiveOperation_1_tC1D34D47338FC253F50AAC8BF3EF537B142DBFD1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6FC3F98839D20AE817786ACE819C9F579AAED300_gshared_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_5 = ___operation5; ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 L_6 = (*(ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2E0FD19C0951BE61BADD95741554C153297A5169_gshared_inline (RowIntervalOperationWrapper_2_tE4628D04C072C4166E7E97B0459AA9F7A73D2B91 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_14 = (ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * L_15; L_15 = (( ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 * (*) (ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)(ProjectiveOperation_1_t685F91638544DEB222831A74D6C42ABFDACEAE81 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5E8149934E99AA425FD324FF396D9A3A994B4C89_gshared_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_5 = ___operation5; ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 L_6 = (*(ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5B91FF3A3136676BBCB22F7DAD72AE00F08FBF72_gshared_inline (RowIntervalOperationWrapper_2_tA7CAF560675852B1B51DB0453BD4B3AF088722C8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_14 = (ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * L_15; L_15 = (( ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 * (*) (ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)(ProjectiveOperation_1_t032A67300AD7CB692050A4F81D21A3813D9D2130 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m044E3E30DFE1124F142F0D0CACD79AC73CEE8EFF_gshared_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_5 = ___operation5; ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A L_6 = (*(ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF672E6303020CC9CA3B200B7CBCD0D1EB26A49C3_gshared_inline (RowIntervalOperationWrapper_2_tE39D9A88010DEA1FB0BCE50853CD4DE07C465354 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_14 = (ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * L_15; L_15 = (( ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A * (*) (ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)(ProjectiveOperation_1_t046FFFD55A124E3BB4E049F92ADA2E9EA14C255A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0A43ECCC218E250B9C3F75296F79E6BA928FC675_gshared_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_5 = ___operation5; ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 L_6 = (*(ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF19C81995C1FE38982654851BC486C96EBC64457_gshared_inline (RowIntervalOperationWrapper_2_t83DFF7922E403F5DA95BA233F40F2D98FFA941E2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_14 = (ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * L_15; L_15 = (( ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 * (*) (ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)(ProjectiveOperation_1_tEFB2AD728619EC507F3E06F2D649189D7DD7C2B8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m763571D47AA487D2FD85B4AADEAA27D87F715899_gshared_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_5 = ___operation5; ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 L_6 = (*(ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7897205EC05D883385E710B5020EA4BFE90A9599_gshared_inline (RowIntervalOperationWrapper_2_t6D675A0AEB9DE24F3742BE71BC0088571BA8CDA9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_14 = (ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * L_15; L_15 = (( ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 * (*) (ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)(ProjectiveOperation_1_t1174E5102BE7F45676035055E6D0FA6832D03197 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6F3010176CBBB8374A63B2D3F5D3CFACA06F7A75_gshared_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_5 = ___operation5; ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE L_6 = (*(ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC0901D4747EC43A0A7600368B7E8EE38A69D3FF4_gshared_inline (RowIntervalOperationWrapper_2_t28FE4D6405BB8349DED4C3F6CFEB33D7BC7715CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_14 = (ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * L_15; L_15 = (( ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE * (*) (ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)(ProjectiveOperation_1_t9353312CD7336B8BE76CC05B5261935B6A6FECBE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7098AF48EDE0919FF3F2C75AAA9D22FA0C57CC87_gshared_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_5 = ___operation5; ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 L_6 = (*(ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA91E9CB75FE26868C9209E072EDF8AFFD2AA648F_gshared_inline (RowIntervalOperationWrapper_2_tAE25F77DEA1C69F2B783CD9F2E804AB736D9743F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_14 = (ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * L_15; L_15 = (( ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 * (*) (ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)(ProjectiveOperation_1_t4506988D70B10556DF2F06CF2D89096068A8A883 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m665D8D35A7F68752771F0B99FA27D55F70C226EB_gshared_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_5 = ___operation5; ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE L_6 = (*(ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA1C908D868C2CE5357B40064DC47FCB8C6FF0D44_gshared_inline (RowIntervalOperationWrapper_2_tE87B662429DF540057BD71279D206FB5C15C1837 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_14 = (ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * L_15; L_15 = (( ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE * (*) (ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)(ProjectiveOperation_1_t20CE0B9AFAE186D28512AEACF4C136F51A38BEEE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m833511ABE7B4BCCA10A52DF35FDF447EEECFA646_gshared_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_5 = ___operation5; ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A L_6 = (*(ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE0B1F50E6F89AE88D4A12A74F54E6C991AF1B986_gshared_inline (RowIntervalOperationWrapper_2_tFD78176056BC53C5950EDA90B4A13A4717DE661F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_14 = (ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * L_15; L_15 = (( ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A * (*) (ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)(ProjectiveOperation_1_tAE58C4DE7C4E76C9760D36516DC5775C8225D45A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m23CD67F63B0E39D62B53517A23E1C3D8E9D82676_gshared_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF254891085610A44A942DF70822C9785DFA6456F * L_5 = ___operation5; ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F L_6 = (*(ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m351FF8E78D6D01EEDE16F289565C520A2C1B5CCE_gshared_inline (RowIntervalOperationWrapper_2_t1CF3733D9FECA2B5C9875D57E16A4D923F57CCF5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF254891085610A44A942DF70822C9785DFA6456F * L_14 = (ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * L_15; L_15 = (( ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F * (*) (ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)(ProjectiveOperation_1_tF254891085610A44A942DF70822C9785DFA6456F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE68C2716574DF05A692F2FF5501EE75120BDC18B_gshared_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_5 = ___operation5; ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE L_6 = (*(ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC7A60F070E7BA583DD5115499469EA3D225F3AA6_gshared_inline (RowIntervalOperationWrapper_2_tA383FC5CDE16C985BD8CF7CF732F4263AF4BF30E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_14 = (ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * L_15; L_15 = (( ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE * (*) (ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)(ProjectiveOperation_1_t1FC93AB7E9EB6DD5623B6F64364E5EAB42322DDE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0BD29EA295AB1B7B30942ABCA84D4D98263BDA9A_gshared_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_5 = ___operation5; ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A L_6 = (*(ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6A8CCC725F31B3715D3A5F2A5A12D7DE70799A85_gshared_inline (RowIntervalOperationWrapper_2_t8CD02E39B912895BD3484B2E4079875F893F97D9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_14 = (ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * L_15; L_15 = (( ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A * (*) (ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)(ProjectiveOperation_1_t7FAF66CD2307A60C7E4DB5D85B22ABD30DA1FD5A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4DBFEF5F61727B8953CF017470FF74CCCD4572E8_gshared_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t489525867F34E06032D9284299741A31CADDC201 * L_5 = ___operation5; ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 L_6 = (*(ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m67C3AF53A4CBBBF4B22A4DEEB29558E89BB54FC2_gshared_inline (RowIntervalOperationWrapper_2_t59107CF4B527988334D91A1A29ACDA9D9C567789 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t489525867F34E06032D9284299741A31CADDC201 * L_14 = (ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * L_15; L_15 = (( ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 * (*) (ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)(ProjectiveOperation_1_t489525867F34E06032D9284299741A31CADDC201 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4A97D8FF4852C2835FEBACA79B165BC2ED17A59A_gshared_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_5 = ___operation5; ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E L_6 = (*(ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m85326FCA775EBDE5B913C752646FCE7E4B9D395A_gshared_inline (RowIntervalOperationWrapper_2_t27D6240DE79E7445B75B5BE141E59CE24118979E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_14 = (ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * L_15; L_15 = (( ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E * (*) (ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)(ProjectiveOperation_1_t68A4F376A2D8618ABC4FA16377794CA3AB071D8E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1441D0E53245D9D7E59BA67CDF7EFABE9D6497FB_gshared_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_5 = ___operation5; ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E L_6 = (*(ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2398CFB44FC74174FFFF03A4C5C43A1AC6BEE47B_gshared_inline (RowIntervalOperationWrapper_2_t4CC264FCAAC8A551D142D3AFFB75858C522DA16C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_14 = (ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * L_15; L_15 = (( ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E * (*) (ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)(ProjectiveOperation_1_tA8FD2B8A5F7EFA7A540B56A5C5BC1F819554FE5E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m71A6BFA982081B25E60CDEBBE4687B849C3530C2_gshared_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_5 = ___operation5; ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 L_6 = (*(ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m62559C450D145D0A65A59D6B3793EC8179E00DBB_gshared_inline (RowIntervalOperationWrapper_2_t86939B20090CD3F184FA33FFEFB3DE42908B7B0D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_14 = (ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * L_15; L_15 = (( ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 * (*) (ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)(ProjectiveOperation_1_t7D512EBCB207593A3E2C61A047DC4CD78A678782 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m255AD5152BD5D605F23B05D9B85F7FBADBFB0BF0_gshared_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_5 = ___operation5; ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 L_6 = (*(ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFC7C443B4DA5909CB14465CA6F10DAED6E1D2A2C_gshared_inline (RowIntervalOperationWrapper_2_t78EB584F0E6561C7C609FB7267FEBCCAF6EF7345 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_14 = (ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * L_15; L_15 = (( ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 * (*) (ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)(ProjectiveOperation_1_t90A2A1E759AD5A94E7F1A095794E91A9E8E1D958 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE5B5B2AFEADE6D507918423BF39293AB3C6D9D5C_gshared_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_5 = ___operation5; ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 L_6 = (*(ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63022124AF817249E7384F9B7BCFF61684A57129_gshared_inline (RowIntervalOperationWrapper_2_t57D8129F08C7A42E847AE51919E9140298EC19D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_14 = (ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * L_15; L_15 = (( ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 * (*) (ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)(ProjectiveOperation_1_t69A1554BF13ACA48E21EABD27697DDAA5C4AB315 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC6F9440880B20C6EC191048109667EC0C0E6B24E_gshared_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_5 = ___operation5; ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 L_6 = (*(ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m99EE222620EDC88C01E93D8BC9B6BC8CEAE3A5AE_gshared_inline (RowIntervalOperationWrapper_2_t4E79F36E0B1A2B5DF3A0811D473510C0A8518A03 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_14 = (ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * L_15; L_15 = (( ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 * (*) (ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)(ProjectiveOperation_1_t923A53F58333E92EE6716D7A386A3EE759EF0075 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6131C99C7FBEF78871F562DB1C55023D186670F6_gshared_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_5 = ___operation5; ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 L_6 = (*(ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5FA27A394F8F6B25FBC9A7FC81D5375FC4588B95_gshared_inline (RowIntervalOperationWrapper_2_t86D69B98177F0BE3B23308DF046B36AFA5F2E1EE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_14 = (ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * L_15; L_15 = (( ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 * (*) (ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)(ProjectiveOperation_1_tD57275A6B3008EEF85AAB27EF16275A665301C83 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1AF2E3D27B5780DE7E28330AA3AD5AAC4E80ECEE_gshared_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_5 = ___operation5; ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E L_6 = (*(ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m672551AD4D0A2E48C780118D3659D21CD7AA997B_gshared_inline (RowIntervalOperationWrapper_2_t1420703751E15A77DD6C52A00A65B2B726B26FE7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_14 = (ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * L_15; L_15 = (( ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E * (*) (ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)(ProjectiveOperation_1_tD1BB15ED9D62F02C33AFE6618C83BD19CBC2206E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m49D02A56B70C3E3376436FDF034F298A08EC6B1F_gshared_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_5 = ___operation5; ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA L_6 = (*(ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m80BF6DE660F1E27CB17E6930488E283C3E4A8BA1_gshared_inline (RowIntervalOperationWrapper_2_t0F91CB562D6DA7E94773AD1ACBBAF5E3076A3CF8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_14 = (ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * L_15; L_15 = (( ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA * (*) (ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)(ProjectiveOperation_1_tA1E2323C2C2D3A6D22BA16C566B33450CDC4A1FA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m79CF3682D5EE9192C758E75EFED09D63DB36C683_gshared_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_5 = ___operation5; ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE L_6 = (*(ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m25E4AF50DA8937876DBD8F399D97F7753F7B5C41_gshared_inline (RowIntervalOperationWrapper_2_t57B6C8A58EAA4707239CBA7AE543564A7EEB10E6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_14 = (ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * L_15; L_15 = (( ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE * (*) (ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)(ProjectiveOperation_1_t9BC68EDC8B7542B97B03C8881993EE0C66DF5FAE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDECEC0E1D4550747907D4E6EF40A2D547BE0CEE7_gshared_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t0098272E900151CAE78102A84CC655354F1A4A76 * L_5 = ___operation5; ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 L_6 = (*(ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3600A62972CFBAE0FF9CE7A30E2D54BA9E65C89E_gshared_inline (RowIntervalOperationWrapper_2_t76803AC4F42299340691D3F5CD770BC167CAE409 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t0098272E900151CAE78102A84CC655354F1A4A76 * L_14 = (ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * L_15; L_15 = (( ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 * (*) (ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)(ProjectiveOperation_1_t0098272E900151CAE78102A84CC655354F1A4A76 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m32D0A8C591F571CBBF00E4A8369B20C58D481B66_gshared_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8FB49589A4162D2E756996932C3E35735F29A004 * L_5 = ___operation5; ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 L_6 = (*(ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE4A190D3D3E29CD14A6CCE79488E22D13993F003_gshared_inline (RowIntervalOperationWrapper_2_t2057D2CEF9FE40829D575FE306EF31401987C6D2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8FB49589A4162D2E756996932C3E35735F29A004 * L_14 = (ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * L_15; L_15 = (( ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 * (*) (ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)(ProjectiveOperation_1_t8FB49589A4162D2E756996932C3E35735F29A004 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7F8858BB5B97FA479E608AF6BD34B6EA8532A3CA_gshared_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_5 = ___operation5; ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 L_6 = (*(ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA20D6E5F44881D39001DCA19F3D4A7AAE5ABFDA6_gshared_inline (RowIntervalOperationWrapper_2_tEB32BD31E059C3250720F4E228BF3FFCA4077523 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_14 = (ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * L_15; L_15 = (( ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 * (*) (ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)(ProjectiveOperation_1_tB34F442EF727959D70DA28F1E503F890EAAC39D3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7323A4DAF4DA0B30485972DC01922DF31E240C87_gshared_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_5 = ___operation5; ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 L_6 = (*(ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m84D607F97B84839D60D9008F298E847A1E7B5B5C_gshared_inline (RowIntervalOperationWrapper_2_t4B2BA3F19C1F123F365FA3B2421B9C5F9C1BB93C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_14 = (ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * L_15; L_15 = (( ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 * (*) (ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)(ProjectiveOperation_1_tB4B68CE7C8C7F48E373461F493ED8DD76FE89758 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5C0EB313A52350D89BB5833D64034FF628A193F1_gshared_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_5 = ___operation5; ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF L_6 = (*(ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFC7F4BA48E4367CFD64B25401B6D9DCE165CDDF6_gshared_inline (RowIntervalOperationWrapper_2_tA69F8D524578FFA771DC873847CDDA21F605426F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_14 = (ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * L_15; L_15 = (( ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF * (*) (ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)(ProjectiveOperation_1_tB2D7B912C42D31B0A2031EC108EACF0A1A596AFF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m78BD8834F38B545667DD8C98ACF173DF11B53ECB_gshared_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_5 = ___operation5; ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D L_6 = (*(ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m50DACD73544E0E02E18DDCAA26D569C696285188_gshared_inline (RowIntervalOperationWrapper_2_tECFB52ABD3D0822486D437BD1B37724EFFFB6FAC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_14 = (ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * L_15; L_15 = (( ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D * (*) (ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)(ProjectiveOperation_1_t0B32DB2E669D25672805A30DE62745FEA87B196D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB95FA58176023FBF65B42508BCDE0552234CBAEA_gshared_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_5 = ___operation5; ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 L_6 = (*(ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6BD0FC9AE175E548683EB083E8122E8290000A27_gshared_inline (RowIntervalOperationWrapper_2_t83183FADA2DE3D27CD5C1314DC8B0E30AD301A34 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_14 = (ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * L_15; L_15 = (( ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 * (*) (ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)(ProjectiveOperation_1_t8CD92A89E21F0C7D74C6396C1DC15B2EF4C50297 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1CE2B2308A63F42F2EE24618AB85A6A88469CFB8_gshared_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_5 = ___operation5; ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 L_6 = (*(ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7A1CACF7C333C9141D2B9F15A85549CA4FDC371C_gshared_inline (RowIntervalOperationWrapper_2_tAD18F791C78BF8C7DF6334977EEA9554B0E7C774 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_14 = (ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * L_15; L_15 = (( ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 * (*) (ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)(ProjectiveOperation_1_t630E5B56A5A171124B0EAAABCA69E8B4350F7851 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB8FB7137BA6B70AC04A5A73F9C1E4918F2BD89A6_gshared_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_5 = ___operation5; ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 L_6 = (*(ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mCE05C902CF0B4CE8701E3B2025951FF16D75915F_gshared_inline (RowIntervalOperationWrapper_2_tF5EBFF61EE59F7BA00F8ACF580ED0861D4A558C6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_14 = (ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * L_15; L_15 = (( ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 * (*) (ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)(ProjectiveOperation_1_tCCACE9C8BA30E13D0D60D41419BB9B4F29BE9417 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9C41F5703590C097880C3670A713FD293F786E50_gshared_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_5 = ___operation5; ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE L_6 = (*(ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2DE9229D56BC1234163D2103E5148A9FB08F12BE_gshared_inline (RowIntervalOperationWrapper_2_t526CAC63ACE67584026CF08A6B33D849AFB4BAEC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_14 = (ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * L_15; L_15 = (( ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE * (*) (ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)(ProjectiveOperation_1_t1A27ACA7ACB74BC4B7C6755F040FC5C9DBF1D4CE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m97DC78DD850110107465731076821BDCEED9A974_gshared_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_5 = ___operation5; ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 L_6 = (*(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m22D48073F7D95FFA217B47B90BEE1DEDCFA4AE89_gshared_inline (RowIntervalOperationWrapper_2_t213BED239B9DC451C3CD61E3C97EBBA0B41EB844 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_14 = (ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * L_15; L_15 = (( ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 * (*) (ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)(ProjectiveOperation_1_tA7E8149707897C69C9F66E2D8802DA102AD7AE30 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0016D8990D14DF56CE318E246FA203B6FE0A5F91_gshared_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_5 = ___operation5; ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 L_6 = (*(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDEAD33194C81EC60CFEC475C56B7A79C15FE645D_gshared_inline (RowIntervalOperationWrapper_2_tBCF2C781936FD2BFE14387A9025D7C61A8B2D75C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_14 = (ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * L_15; L_15 = (( ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 * (*) (ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)(ProjectiveOperation_1_t22D21F9E9499075B0D96DF72B99152EB6F177618 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m87CE31EC3BF77B163608B19C60014ADF28A9D183_gshared_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_5 = ___operation5; ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 L_6 = (*(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFC664A18271ECA2875936C9196CF439C85225CCE_gshared_inline (RowIntervalOperationWrapper_2_t5818BBC8923681596BC5A3072449A9987B2B6793 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_14 = (ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * L_15; L_15 = (( ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 * (*) (ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)(ProjectiveOperation_1_tD14EF4ECE38DFE1597B57DA9F51C7C56390AF5C5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9ED737355B6001101FEA23A01EA960383C1A6177_gshared_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_5 = ___operation5; ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B L_6 = (*(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5261F9AB56BC5A72AA8A2BE2E0EDCF45A7B58B69_gshared_inline (RowIntervalOperationWrapper_2_t52BFC36DE17E501CC28127230636743A50C00DBD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_14 = (ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * L_15; L_15 = (( ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B * (*) (ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)(ProjectiveOperation_1_tEB4E143D14CA22879BC644DADB8B6886B056789B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mBB6C1BD3831CCE8E4AA328AA5BEA7082058CAA71_gshared_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_5 = ___operation5; ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E L_6 = (*(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m81C1C2E423143AE7FCAE1C1E4EDE381B28870CAB_gshared_inline (RowIntervalOperationWrapper_2_tB0A158AA0121129682ECA63CF968AAC8524B09CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_14 = (ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * L_15; L_15 = (( ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E * (*) (ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)(ProjectiveOperation_1_t9FDE3634074BDE8FD5B0D1EF29F15E438A96EA9E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5EF251C2A8E8F94D4CA4ED730BBF8C06CB5E92EE_gshared_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_5 = ___operation5; ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 L_6 = (*(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC6F79B0621A4AB1D95B4C5ABAA2F9827C86C05CC_gshared_inline (RowIntervalOperationWrapper_2_t5C4473B5699C88DDA317B34FA606A54FE510C2EC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_14 = (ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * L_15; L_15 = (( ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 * (*) (ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)(ProjectiveOperation_1_t9ECF7ABD56FF6D9188FBD305293BF9B7045237B6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m299E0FAC71CFDE53E74861CD66F1E2922E8A266B_gshared_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_5 = ___operation5; ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD L_6 = (*(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC0CCFE7388F770A5DCE5040A0CC1747026CE262C_gshared_inline (RowIntervalOperationWrapper_2_t7ED60C9467934D4F0CF5B8DC810D5EE3B67A354E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_14 = (ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * L_15; L_15 = (( ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD * (*) (ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)(ProjectiveOperation_1_t7E08489544837D38B5001DE771A6CAB74531FCBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5BBED8F1EACD4A1CB4E4353BB7B6D1447153A82B_gshared_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t27A2890F13326A8B7646443297EA216435EAD92A * L_5 = ___operation5; ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A L_6 = (*(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0047A4AA43C29E01CFF13ABFDF20F32EBEB8C763_gshared_inline (RowIntervalOperationWrapper_2_t5BDFF934DEB6510735C08FB34F2055B56E74A709 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t27A2890F13326A8B7646443297EA216435EAD92A * L_14 = (ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * L_15; L_15 = (( ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A * (*) (ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)(ProjectiveOperation_1_t27A2890F13326A8B7646443297EA216435EAD92A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m31AB7A87A6D378C513127179416D79111BF94943_gshared_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_5 = ___operation5; ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC L_6 = (*(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFB9CB6C0ACE970A28966F03D0C29C914EE106D0B_gshared_inline (RowIntervalOperationWrapper_2_t3BA6B88A225B5E8BB607474DBDB7C6BBAE6F1D9C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_14 = (ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * L_15; L_15 = (( ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC * (*) (ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)(ProjectiveOperation_1_t1EDB6F443B105D9F28DAB8E4FBDE533B807757CC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mAB3033A3D336DF8F757311FA074FE03972A17AFE_gshared_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_5 = ___operation5; ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F L_6 = (*(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m379FCA3BEC203C96A605A7ADDC769D9C6B5E81DB_gshared_inline (RowIntervalOperationWrapper_2_t5BC1BCCF0EF8C47B3C1ED2CA386273BAD05FB21F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_14 = (ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * L_15; L_15 = (( ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F * (*) (ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)(ProjectiveOperation_1_t86A3F4FF337A5E7F9DBAE2A225C966484B0B9B4F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m91333FBDFBE346F1DC8A21398B7311155F8F58DC_gshared_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_5 = ___operation5; ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 L_6 = (*(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE9B4B55671D4D31268E3C3AE2025B1B46476FFB4_gshared_inline (RowIntervalOperationWrapper_2_t17168329785B9F07C11D91FA473885E16DB006F9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_14 = (ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * L_15; L_15 = (( ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 * (*) (ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)(ProjectiveOperation_1_t5D84777B881F0BD50B01B95ABC2E280D2A648507 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m661B51A918C8293ADEE5EEB6EB8BB73AA005C3EB_gshared_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_5 = ___operation5; ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D L_6 = (*(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC05447DED83B52927FBBE1B166781E5C9AC8C811_gshared_inline (RowIntervalOperationWrapper_2_tEE5AB772B5581B9721F3A55B4936E7168C02B879 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_14 = (ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * L_15; L_15 = (( ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D * (*) (ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)(ProjectiveOperation_1_t18617FDC8D0F68843525E4817B61D8C94154EA6D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m53F5BD42444AEA837780198EBA73D316D8D71623_gshared_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_5 = ___operation5; ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 L_6 = (*(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m83F799732FFDF99F8183646A25A6D8F2E045488E_gshared_inline (RowIntervalOperationWrapper_2_t91CF8E68885D0BC560F14E2545F13080E3CE5845 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_14 = (ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * L_15; L_15 = (( ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 * (*) (ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)(ProjectiveOperation_1_t7649D815E601608E16BDD1011C267FBA89F76C70 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mCC14509DBB03BEB98BFBA334CCBA52E0BDD687C0_gshared_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_5 = ___operation5; ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 L_6 = (*(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBCEB0262898C4F290C9903E28EC52244DBC98CA7_gshared_inline (RowIntervalOperationWrapper_2_t57F0705855986D7E90BAB204395396F99B8F157B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_14 = (ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * L_15; L_15 = (( ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 * (*) (ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)(ProjectiveOperation_1_tDF56A3F17207A09E443130A5C5D66F439D5B5891 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m1C0513DA9984048ED013906D00755C584ABA7DB6_gshared_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_5 = ___operation5; ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 L_6 = (*(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m634B141BE666D3C6FB11CD8ECAD9A48E8F8F6488_gshared_inline (RowIntervalOperationWrapper_2_t3A0FC3BB9B005CF8D389D767224973A45C525720 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_14 = (ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * L_15; L_15 = (( ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 * (*) (ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)(ProjectiveOperation_1_t2B6EDF455898C986FD8A9891DA77628CA32191A1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m49A236D33C15A4CF50FC03C878746020A7EC6320_gshared_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_5 = ___operation5; ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 L_6 = (*(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m927CBC8735251FA6F33233E6440B30D685873D25_gshared_inline (RowIntervalOperationWrapper_2_t78AAA43BBE9BA7F65C9243B63AAD54FC6A171EE7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_14 = (ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * L_15; L_15 = (( ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 * (*) (ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)(ProjectiveOperation_1_tDF1BA67674387CE647F00D12A3E34C21F1C72124 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0160307E83D974524A14DA3F2EF2CC2BAF46CC66_gshared_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_5 = ___operation5; ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE L_6 = (*(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1C1855DD53E398A2DBF183F0AA907875E0FC7833_gshared_inline (RowIntervalOperationWrapper_2_tD2665CAECC5D44BEA26E20EB2FE8A0F304559A5A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_14 = (ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * L_15; L_15 = (( ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE * (*) (ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)(ProjectiveOperation_1_t6EDA2AC907BBD53336138BEE37E23D63EC5274EE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m615D2066371C5A71D728144CCBE891D114263E45_gshared_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_5 = ___operation5; ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 L_6 = (*(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m591CE26A737B0C82BF0A7E98EEC1981F6ED19B34_gshared_inline (RowIntervalOperationWrapper_2_t9ABF376F2682BE5252377AA6FF8B2CFE3BE7591A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_14 = (ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * L_15; L_15 = (( ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 * (*) (ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)(ProjectiveOperation_1_t7DF1FA95A5818A35A4ACB8FDAC7BA83762683F00 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m720D08B9E7BE7E04E34536F38ECAF97884616109_gshared_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_5 = ___operation5; ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 L_6 = (*(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC4D955EF5A941043F9A0B0740159E83F9AFD392E_gshared_inline (RowIntervalOperationWrapper_2_t6D0B64BCBB3EB93633BEDA2C1C05FC30E80ED9D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_14 = (ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * L_15; L_15 = (( ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 * (*) (ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)(ProjectiveOperation_1_t17581B1EE35377914B2840D6D6F88A674B098D76 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m41996E8F10BAECE73E312266BFD8B56AB8CE1A6B_gshared_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_5 = ___operation5; ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D L_6 = (*(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m4CB7896AAD6B994F7870A81989F49A7260A59B27_gshared_inline (RowIntervalOperationWrapper_2_t97E44005CA2C480CD7A3E30FEF8A670B3B4A99C6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_14 = (ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * L_15; L_15 = (( ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D * (*) (ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)(ProjectiveOperation_1_t035A7E9E917FD46BB40A505E31F897DFF2FE806D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m76BCCCEF707C2B3DDD59CACC36F1FC0BFDB238F5_gshared_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_5 = ___operation5; ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD L_6 = (*(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m746D4DB97C2B1F8FA91D16DC67E27734C635E89B_gshared_inline (RowIntervalOperationWrapper_2_t823E12331A86F73F0DFAD7B630DD9CF26107924F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_14 = (ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * L_15; L_15 = (( ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD * (*) (ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)(ProjectiveOperation_1_t4360BBC93C2032882798101D6B5F5F4341326CAD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0499C223C898DC9DEE704E1FEAB0A7F3631F810E_gshared_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t434FED8C5C2213C23C090114C63C71920725EB13 * L_5 = ___operation5; ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 L_6 = (*(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m40B4316562CD1AE115AB7F1DBFFD1E0488EFED0C_gshared_inline (RowIntervalOperationWrapper_2_tC38019D19228CCA6EDF68982E68FC0E3AF5B0B1F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t434FED8C5C2213C23C090114C63C71920725EB13 * L_14 = (ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * L_15; L_15 = (( ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 * (*) (ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)(ProjectiveOperation_1_t434FED8C5C2213C23C090114C63C71920725EB13 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m070F2CA2DD46AE0E7C99F6A77698F2D98DAF3F24_gshared_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8DBC341DF81CFA35CC503104303E96382686C39A * L_5 = ___operation5; ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A L_6 = (*(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8B4C69A5DA7CEB56F96669781225729D11CBC9E8_gshared_inline (RowIntervalOperationWrapper_2_t37ED7A7480902DDC36A5E5B02D84DF72E4302E3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8DBC341DF81CFA35CC503104303E96382686C39A * L_14 = (ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * L_15; L_15 = (( ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A * (*) (ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)(ProjectiveOperation_1_t8DBC341DF81CFA35CC503104303E96382686C39A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD8E1E77052442075695371734094C36F94AE8A1D_gshared_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t90FD06563781B025F90583B51464563851A4888A * L_5 = ___operation5; ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A L_6 = (*(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9E6EB3596F85F636B9A703918CB092ABE6A559DC_gshared_inline (RowIntervalOperationWrapper_2_t6B5A3F2D42F6D8C653436EBD0E4B1034505D37CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t90FD06563781B025F90583B51464563851A4888A * L_14 = (ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * L_15; L_15 = (( ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A * (*) (ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)(ProjectiveOperation_1_t90FD06563781B025F90583B51464563851A4888A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDD75322147F9688D098D8487FADAE3B292250DC8_gshared_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_5 = ___operation5; ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA L_6 = (*(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3FF80D2BE2851E42300EA598320C38A05E9D423B_gshared_inline (RowIntervalOperationWrapper_2_tEF57148500F083BBC0D06521683D08553556B298 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_14 = (ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * L_15; L_15 = (( ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA * (*) (ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)(ProjectiveOperation_1_tDF00B8807E9028A715EF3EACC34DB0A535470DCA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8ED17A703FCCBCB2DE7947B370C41364B70809DC_gshared_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_5 = ___operation5; ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 L_6 = (*(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m696F837DDE0AFD96CA3C961E3C0085D7E83CF9D1_gshared_inline (RowIntervalOperationWrapper_2_t2332222AA9FA8E992538C87B8CF2464490DCF822 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_14 = (ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * L_15; L_15 = (( ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 * (*) (ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)(ProjectiveOperation_1_t52C205B92BD23B7B07AB1B9776D48398595005A0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6385E51AC9EE7365335CCD84DF9750C8500286A2_gshared_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_5 = ___operation5; ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE L_6 = (*(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m567E69FD33F1646DA6910CD8E02DC7149087E2FC_gshared_inline (RowIntervalOperationWrapper_2_t0B4835B2808D85DC030059B037D4769D722D2DD0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_14 = (ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * L_15; L_15 = (( ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE * (*) (ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)(ProjectiveOperation_1_t5F5FCB1F8088AA8BD8901FA6FB79DC53690F79CE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m94DD3A557DD5555768EA412C7AB6B094396B7155_gshared_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_5 = ___operation5; ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 L_6 = (*(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1872E69B51BD452B909319D7B5D1DA302579D2E6_gshared_inline (RowIntervalOperationWrapper_2_tAD791D1933242188C37DC15B8BB8675B1614A0E3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_14 = (ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * L_15; L_15 = (( ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 * (*) (ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)(ProjectiveOperation_1_tE8A22941665622DA8444F3B3D34F5E796ACE07C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF0A6E337E43C244C4617CB2C4DCC00C341924448_gshared_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_5 = ___operation5; ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 L_6 = (*(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m52D137FEC97E0E2952ACC08BBE33F998CF766EBB_gshared_inline (RowIntervalOperationWrapper_2_t21A9F6AF7141BBB681EDC82491F6DB423218D3B0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_14 = (ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * L_15; L_15 = (( ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 * (*) (ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)(ProjectiveOperation_1_tCFBF38611DD414D47FFFCE889ACF2E28A6467334 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC718C419860AD45D1C4CAC4CF493383083A5D69E_gshared_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_5 = ___operation5; ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 L_6 = (*(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m55B8DD9EDEAF44725FE47D491E3CE42D8F6B3E82_gshared_inline (RowIntervalOperationWrapper_2_t133EDA104CC0972935C610DA7FD53D0E137C5B8D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_14 = (ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * L_15; L_15 = (( ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 * (*) (ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)(ProjectiveOperation_1_t18183CB6C9DDDA35B38077B55BE4DCBB1D267196 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m47A8C9AB80EEB72C39972410FD3D2831F325EB06_gshared_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_5 = ___operation5; ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F L_6 = (*(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mCC43C1EE6A21C6D66ABF91FD45D35E9198579701_gshared_inline (RowIntervalOperationWrapper_2_t9BB769C59C37A315D5194A61BF70B39AAF89DA89 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_14 = (ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * L_15; L_15 = (( ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F * (*) (ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)(ProjectiveOperation_1_t44142A8D1E8FF9AAC7682FAB756D36C8110ED44F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDA8C6CC0E43A0375E5B50B24FBD4992163751B86_gshared_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_5 = ___operation5; ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D L_6 = (*(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1E5C839149DFE8B57D40C6DEF5A51B505F879764_gshared_inline (RowIntervalOperationWrapper_2_t17EE02F97BFB71C3A0D09CBE46B336DE99E0B755 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_14 = (ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * L_15; L_15 = (( ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D * (*) (ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)(ProjectiveOperation_1_t2D64736EBED19CBFB65268FF9AD6CDBB5A1C0B2D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m88CA0577797C92CE5B340BC2C90A7F8EB30A18AB_gshared_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_5 = ___operation5; ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 L_6 = (*(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9C45BA3BDAC541556AF3A0A5DC97B403754D96FF_gshared_inline (RowIntervalOperationWrapper_2_t9B6D105B99A91109541B1036752BB19039CEF073 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_14 = (ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * L_15; L_15 = (( ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 * (*) (ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)(ProjectiveOperation_1_t3DD069F0E36FF9BE3FB5F5A09D52B76C32459179 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8530C2EA1564AFEFD031282609468A714EE75BCC_gshared_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_5 = ___operation5; ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B L_6 = (*(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC61DF89555B68B35938F8EF25B22F8C7F4D763BE_gshared_inline (RowIntervalOperationWrapper_2_t3FE98A751829630BEDB084423E3EB5EBD00E6EF1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_14 = (ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * L_15; L_15 = (( ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B * (*) (ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)(ProjectiveOperation_1_t494BF67802BCECE879859D733A5A7BE02BF0F41B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF18B6818A98CBEF71B275CF2BEC549042C307E70_gshared_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6872939E756319F32103ABAA88442C356B5F64A3 * L_5 = ___operation5; ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 L_6 = (*(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m30C984B1A701E1358304C234FAFF37EE81670BCF_gshared_inline (RowIntervalOperationWrapper_2_t278C54E0A6A3B3065BF20AE77FCD985E22E54CBB * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6872939E756319F32103ABAA88442C356B5F64A3 * L_14 = (ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * L_15; L_15 = (( ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 * (*) (ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)(ProjectiveOperation_1_t6872939E756319F32103ABAA88442C356B5F64A3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m68AC0C0975BB897BB500CDCDE94061E8C16B4605_gshared_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_5 = ___operation5; ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF L_6 = (*(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m44A4AA98E2464207E83B36153D1E74B3FFBA1092_gshared_inline (RowIntervalOperationWrapper_2_t902B9CB58B402C1C5AEC4BE214A0FA118FC0E74D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_14 = (ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * L_15; L_15 = (( ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF * (*) (ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)(ProjectiveOperation_1_tBAE9E4FD4908D0449A44E0411436B7CF3EB62CBF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6F903FFEF8C23F882D7A1AC080889D33A157CA1D_gshared_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t25DD4377176731D784D38365F2E2B0767623F944 * L_5 = ___operation5; ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 L_6 = (*(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1405E387C995946306D5A5539E5046C934BDA740_gshared_inline (RowIntervalOperationWrapper_2_t1A40860418D3FE300443F87DAC3815322B1DD59E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t25DD4377176731D784D38365F2E2B0767623F944 * L_14 = (ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * L_15; L_15 = (( ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 * (*) (ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)(ProjectiveOperation_1_t25DD4377176731D784D38365F2E2B0767623F944 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m16AC68369AFDFD793A50805E569314345E09684B_gshared_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_5 = ___operation5; ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD L_6 = (*(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1B4659EAB985AB262CB3BE89BB81B81BDCE21419_gshared_inline (RowIntervalOperationWrapper_2_t3BF9DD853A5F4F79F84F993F91CCA8C7489373D9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_14 = (ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * L_15; L_15 = (( ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD * (*) (ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)(ProjectiveOperation_1_t948AB11994C534B5EB7B9C0FC29AFA01714409BD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m410E8B79F1B26D393554BC7D1C2017605E870799_gshared_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_5 = ___operation5; ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 L_6 = (*(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m462697F77AB03A80BD9E6AAF7418F6D0F2B0261F_gshared_inline (RowIntervalOperationWrapper_2_t7CCE8328D823924E0C1D1120FECF07D2E47BBB11 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_14 = (ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * L_15; L_15 = (( ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 * (*) (ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)(ProjectiveOperation_1_t18EF032F23A9A44600B8FB2AEE3D411E1790A1E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m2ECC48C7332AA61CE06AFFFCB1AF33CA1E96D4AA_gshared_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_5 = ___operation5; ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 L_6 = (*(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF7CFDEEF132E563CF7FEAFEEF75BC63189F38F3_gshared_inline (RowIntervalOperationWrapper_2_t9BA526155C78B561CDEDC02E57BC52FA1FB65C18 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_14 = (ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * L_15; L_15 = (( ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 * (*) (ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)(ProjectiveOperation_1_t98CF0C7D183E990DFDA50E4022D589804614DE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC8ADDEB7E0121B337DFCB76B21820C340EABA2B8_gshared_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_5 = ___operation5; ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 L_6 = (*(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m70FC3C041B87C5D8AD41312742C2C2FD877FE310_gshared_inline (RowIntervalOperationWrapper_2_tE3666069A48AFA781FE1BA0E4902A06C60579914 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_14 = (ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * L_15; L_15 = (( ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 * (*) (ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)(ProjectiveOperation_1_tE6C85D9FAD82A658805800E4925F1DCE7A2566A5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4E8157769F3300A61EDCB9C585A011837CD2B52F_gshared_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_5 = ___operation5; ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA L_6 = (*(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7F7DCC7B15712C4B8FA37DC79F3D84DC8DE8A386_gshared_inline (RowIntervalOperationWrapper_2_tCF6D3E999545CD6171A6147104B3D8E1B412B963 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_14 = (ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * L_15; L_15 = (( ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA * (*) (ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)(ProjectiveOperation_1_t312F3A89658DEF2AC29659D26D9AC81E0898ABAA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD4BBD8EED5D6A4282F8A73CCB99E13D390A9801F_gshared_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_5 = ___operation5; ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 L_6 = (*(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF39AC01C22EE0766F9253DBED2784E16DC323B12_gshared_inline (RowIntervalOperationWrapper_2_t6C9D5E860F7B7289DBACFD14A3414E16C1D4E3D8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_14 = (ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * L_15; L_15 = (( ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 * (*) (ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)(ProjectiveOperation_1_t173AB8A32CEED0168DB432091296BB4C4EC7E5C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF79A4EEAFC042959B66EC4FBE2888D49BF5702C4_gshared_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_5 = ___operation5; ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B L_6 = (*(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m15CF12E6B4AA765D6060210B437148B5D0F77D02_gshared_inline (RowIntervalOperationWrapper_2_t9B64A6F488616A5E219147AA0BBEA30E7CA15CBA * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_14 = (ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * L_15; L_15 = (( ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B * (*) (ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)(ProjectiveOperation_1_tB547E84933947D0D3FD89BF1AAF70A17FD27F47B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m101DD0A607A292336493F2E6C476425B32DB97E5_gshared_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_5 = ___operation5; ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 L_6 = (*(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7DD18D012B1042D1B3BCD72B3A2FB3A744E297E5_gshared_inline (RowIntervalOperationWrapper_2_tF9C44E54BB0A1F3B1334A3A8CBF11EFC268DDA4E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_14 = (ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * L_15; L_15 = (( ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 * (*) (ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)(ProjectiveOperation_1_tAA5A1B6006C4174AFFA6EDE3BD1C4AD9E5B69B59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA9D69EB0664DBA341978BEE4CCB72738D99EE6EB_gshared_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_5 = ___operation5; ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD L_6 = (*(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB495176C65743615F0F96CB6805611493CCABD6F_gshared_inline (RowIntervalOperationWrapper_2_tA2D58880F8FF3882711B6D73B8F3DBC03EABA39A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_14 = (ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * L_15; L_15 = (( ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD * (*) (ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)(ProjectiveOperation_1_t33E88C4C17B0E85408EC2EB966DACC87427B71DD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5911313AA34D80AC301A6627B2A9470DB886CA1E_gshared_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_5 = ___operation5; ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C L_6 = (*(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m63E73723841EF568527DC0E5AEA6ADC69C2638FB_gshared_inline (RowIntervalOperationWrapper_2_tFED720FFA8DC31F22597D3B2373016F4037D997F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_14 = (ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * L_15; L_15 = (( ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C * (*) (ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)(ProjectiveOperation_1_tE67AEF3D3B4A55F50A87EDB67972A9769D1FB89C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0595DDDC8AAF3B282722B51B2F90B7E83A6E1ACD_gshared_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_5 = ___operation5; ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 L_6 = (*(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEA95DE1F8EFBA5A44F2191FC668EAF69A5465390_gshared_inline (RowIntervalOperationWrapper_2_t0AF47ACB83F0AF4ED67E2A8501F87C497E5A0E82 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_14 = (ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * L_15; L_15 = (( ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 * (*) (ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)(ProjectiveOperation_1_tC2D6E315415697099AD2741FBBF59DA0F56E3C69 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m65C32C85A29A131772F1CDE36EE0774090510091_gshared_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_5 = ___operation5; ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB L_6 = (*(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1B4D68CDA131E04699B46FB7AE777885BC89E514_gshared_inline (RowIntervalOperationWrapper_2_tA99758A8ECDCD6CF6AB4AFB864DA4DA936B01C28 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_14 = (ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * L_15; L_15 = (( ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB * (*) (ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)(ProjectiveOperation_1_t9A52B1457E9325D44BA8653D306E9E9D62D30BEB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m55724D7ADC6DA973D627789008C9617BA9E2C1A9_gshared_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_5 = ___operation5; ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 L_6 = (*(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m471CE5B1FEFEE572F720BCB18B8BB44C7073CAAD_gshared_inline (RowIntervalOperationWrapper_2_t845F605354FE85422298A7B7A9F4F5B0901610CC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_14 = (ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * L_15; L_15 = (( ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 * (*) (ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)(ProjectiveOperation_1_t03BCD1D3EB367AE8231D60387C2AE0F6A784EE97 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m70200E7DE32E5D014ED7587EA228CC32399AEFC4_gshared_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBB25B8D550448882386C8016AF574501B4F7735E * L_5 = ___operation5; ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E L_6 = (*(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5826DD8741C5092F9E473C03731FBD2F9044FF19_gshared_inline (RowIntervalOperationWrapper_2_tF077735B4417ED610A1732AC2563915E26F75104 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBB25B8D550448882386C8016AF574501B4F7735E * L_14 = (ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * L_15; L_15 = (( ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E * (*) (ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)(ProjectiveOperation_1_tBB25B8D550448882386C8016AF574501B4F7735E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDFC5BC577FFA3410B347168F7964196F9958888B_gshared_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_5 = ___operation5; ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD L_6 = (*(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6998AB1E991B44A74AA34850FF03492CAF33A854_gshared_inline (RowIntervalOperationWrapper_2_t46AD2991CA8F48C81CB7E63684E5A72294D76AE6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_14 = (ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * L_15; L_15 = (( ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD * (*) (ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)(ProjectiveOperation_1_tF58B03AAD5A8E8056041DFFEE3C2F28D72416EBD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9FBF806F2ED1B8CAECEA7D50B70C9C8ED271F6E3_gshared_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_5 = ___operation5; ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 L_6 = (*(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDA03A0F7CBE8EED422621722DAC58FD31766852C_gshared_inline (RowIntervalOperationWrapper_2_t04C08B0901B5E2533EA0FFA9E59371B0B4086CAE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_14 = (ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * L_15; L_15 = (( ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 * (*) (ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)(ProjectiveOperation_1_t540DFDE40E43D83694B12B42A4FD8D24AFB0CD10 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD0F95A86C6C3F258F90A6BBC0F9FB0B99331B6A6_gshared_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_5 = ___operation5; ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E L_6 = (*(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD22B784F61B348F67B317395F1EE01AA5D19E667_gshared_inline (RowIntervalOperationWrapper_2_t6457EEBB707C56AC0BC8D58E7C5C790646C0AAF8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_14 = (ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * L_15; L_15 = (( ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E * (*) (ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)(ProjectiveOperation_1_t195FEED9292593EF9BCE47BC96BD1AFD96270E1E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mA65E1DC2004543EB633B63C0EA56BFCED0C5C3BA_gshared_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_5 = ___operation5; ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 L_6 = (*(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mE64683AE9CA407F8E6FAF7F76A60BE3DE22D0AF9_gshared_inline (RowIntervalOperationWrapper_2_tC844C1980C3E359E8B1161A0CB56787553C47FB4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_14 = (ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * L_15; L_15 = (( ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 * (*) (ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)(ProjectiveOperation_1_tB37BD04F834A2372F1C894F5C8BC13A5E18E0568 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mEEC5702575CC01E78C15F43E4E374745A5BB2598_gshared_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_5 = ___operation5; ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C L_6 = (*(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB2D12C5B78B8F9647EAE59A7EAD2F1BFD66FCB1E_gshared_inline (RowIntervalOperationWrapper_2_t1A2899438229C52B0977C999F18D91A43690C8CD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_14 = (ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * L_15; L_15 = (( ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C * (*) (ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)(ProjectiveOperation_1_t6E46804086836AE4079C7E7EF011A8EC1559A79C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3071606ED22C9C06748FB83A0C3A1C3FAED2E427_gshared_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_5 = ___operation5; ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 L_6 = (*(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBDC98CE9E63F4870B2042B7CA3BA7681F7B39D9E_gshared_inline (RowIntervalOperationWrapper_2_tE643FCD896A3042148CB613AC83E0F6D84FC362D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_14 = (ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * L_15; L_15 = (( ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 * (*) (ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)(ProjectiveOperation_1_tECAEA3572B21AD4E5AAB1F641CBB7DB734A5C8D6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mEE391CC3F1703821134085404D72ACBF37866C69_gshared_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_5 = ___operation5; ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE L_6 = (*(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9978A964F3A34485B4646D48B722CB8695C83C7F_gshared_inline (RowIntervalOperationWrapper_2_tD55F0402AD7E010E5BA0A1619A635660CDA9085A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_14 = (ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * L_15; L_15 = (( ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE * (*) (ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)(ProjectiveOperation_1_t2E78D76E2F1F477BD18D99EAA08435F792E1DFDE *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mBCFD34865819F262E9C3503C3980B08BB6B4B213_gshared_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_5 = ___operation5; ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 L_6 = (*(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF6DA16F38A6D919F4FCD2241A6CE2914F81FFE30_gshared_inline (RowIntervalOperationWrapper_2_t78B4ECDBBB03F44F3F3A5B9C4063759844DE3EF2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_14 = (ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * L_15; L_15 = (( ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 * (*) (ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)(ProjectiveOperation_1_t3D88274299B0EBC38B7A8EF3DE050FF40F58DB02 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE711384D106920B807A813700CA7CA5561CC9448_gshared_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_5 = ___operation5; ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 L_6 = (*(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m06B50614BB0643C1E11280EAA4D9FF9A1CD67BB2_gshared_inline (RowIntervalOperationWrapper_2_t84F324AED53D2A34A0390ECD3F45D40CFB066C46 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_14 = (ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * L_15; L_15 = (( ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 * (*) (ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)(ProjectiveOperation_1_tF27D94C57525375DD9F387C1A1B26E8A75041313 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF60028BD60D8D435D46339BFBA5C261968B6B223_gshared_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t222664F56989E6163C50D674944FB37A4CFEA65C * L_5 = ___operation5; ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C L_6 = (*(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m51479C9610F63B14A10E0D006246817BA3A32CE0_gshared_inline (RowIntervalOperationWrapper_2_t24057196C770529FB24423AB6F4BDF6A3D11C061 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t222664F56989E6163C50D674944FB37A4CFEA65C * L_14 = (ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * L_15; L_15 = (( ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C * (*) (ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)(ProjectiveOperation_1_t222664F56989E6163C50D674944FB37A4CFEA65C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m5AA0B984DE203BB4D678B0673898F99D0F3C280A_gshared_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_5 = ___operation5; ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 L_6 = (*(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB628D15FE6C3287C0EB68A9911C1EF00C7C8C9C3_gshared_inline (RowIntervalOperationWrapper_2_tAD483A228DC924AAF9FE8488270CA0ADEF3A6397 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_14 = (ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * L_15; L_15 = (( ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 * (*) (ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)(ProjectiveOperation_1_t28492FA38D2EC394D7BCD2292A42D1D04955D9A4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m7389DD8B275160FFF00F236CD87E3CAB2E6D720A_gshared_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_5 = ___operation5; ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 L_6 = (*(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m59A547D2D835169B6A53B283BF850D5023B45C9C_gshared_inline (RowIntervalOperationWrapper_2_tFD4D6FC581E75007844B563F4D5FA403CE39013E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_14 = (ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * L_15; L_15 = (( ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 * (*) (ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)(ProjectiveOperation_1_t7A8F717485D01A2142F6C4405A6AC9DB4C852BD3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m79385BA83A86BCE823F69888A69403E06DAC3089_gshared_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_5 = ___operation5; ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 L_6 = (*(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC652FC07112E701291742BB4A16B91C68C16237D_gshared_inline (RowIntervalOperationWrapper_2_tCDCF698010E2DF2197D32AD67D77B8EF0CFB2A8A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_14 = (ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * L_15; L_15 = (( ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 * (*) (ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)(ProjectiveOperation_1_t02CC75FCFA4C3367D212F542FB833FA3FCD93782 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD2D39100C268B4222CDBF85E5795B5EBBA9DE734_gshared_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_5 = ___operation5; ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB L_6 = (*(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8C508C7CE42EB5CD3B60F71A4BE591EF3DC6BA6C_gshared_inline (RowIntervalOperationWrapper_2_t0414B681446ACCA1B269740E179239F3888AD84B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_14 = (ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * L_15; L_15 = (( ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB * (*) (ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)(ProjectiveOperation_1_t23894668CA036B8086BC0C3A707E458995F0FBDB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6C1EF3D17486DFF6296943DCD360A0453CDB2C7D_gshared_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_5 = ___operation5; ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 L_6 = (*(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2C3DC50A6264D6C13F37998123AB01803977C570_gshared_inline (RowIntervalOperationWrapper_2_t436C649BBE04C7EA9E41CD2D6EAAD3B006A91D4E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_14 = (ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * L_15; L_15 = (( ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 * (*) (ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)(ProjectiveOperation_1_t8DBD8AD31721A651D16CA3141391F4A9AEE27414 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m781F9B6431C7CB83C0BA48212F148A22F4C6DDDE_gshared_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_5 = ___operation5; ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 L_6 = (*(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3B4C340C04137B90702A2DB0E82FDD27BEEC509E_gshared_inline (RowIntervalOperationWrapper_2_t8F9C9BC1945F9B93972B5FEEB1ED59F5345803EE * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_14 = (ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * L_15; L_15 = (( ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 * (*) (ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)(ProjectiveOperation_1_t73402614ADF338BFA720D4BFDEA838CB77EA1EF8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m55024B14A1BB5F887039F66A355B24B1916AE439_gshared_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_5 = ___operation5; ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 L_6 = (*(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFFEAF85A8EE491C1565B62DE5ED31DD9FB159E6B_gshared_inline (RowIntervalOperationWrapper_2_t91B5E0F1FDBBCD1588976FF81DBE434C3349072F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_14 = (ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * L_15; L_15 = (( ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 * (*) (ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)(ProjectiveOperation_1_tEAF48ED1FB6A99B696A44004FD1AC9883E7201D5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mB452F558D2A910B7CFBB4409BCF059DCBD04DCBE_gshared_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_5 = ___operation5; ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 L_6 = (*(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m790582A2C61F62899755605063D2E9508EC8A36D_gshared_inline (RowIntervalOperationWrapper_2_t47EC4D413234FDE77FC5A244BFB1BACBA015E453 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_14 = (ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * L_15; L_15 = (( ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 * (*) (ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)(ProjectiveOperation_1_t846FB8DC15B44855D9EDB09C334587B84265ABA5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mE0EFC630B6FDF3BBA411C200B3060BF030A48F66_gshared_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_5 = ___operation5; ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B L_6 = (*(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m7CC732E7071F585BD0D8B3864E173A880D59905B_gshared_inline (RowIntervalOperationWrapper_2_t4C59A6EE3824CC34CC92C0DF813F5D61273ED5E3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_14 = (ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * L_15; L_15 = (( ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B * (*) (ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)(ProjectiveOperation_1_tBC693E4B97A89AFE6DDD2CDB30AA495A0B96EF3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m607F6626E515199EF44EB64F056005D914969FB7_gshared_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_5 = ___operation5; ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 L_6 = (*(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m230DFCC819EA8CD247C295360EC5B75C9FEAF96C_gshared_inline (RowIntervalOperationWrapper_2_tE3EC4F2FC1BCA0BD2FC35FCCA8EC83D3C7011571 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_14 = (ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * L_15; L_15 = (( ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 * (*) (ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)(ProjectiveOperation_1_t3556E780771FB63677D61C43310A7FB0E1E773F1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3CDD6E2030B9880AAFB54C5559206E74C56BA4D7_gshared_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_5 = ___operation5; ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C L_6 = (*(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m483039CE9A722B0E43BFCAD799245DACC8CD5297_gshared_inline (RowIntervalOperationWrapper_2_t2D2D8535E75757BBC5F88BACB778CBFC7B17D9D2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_14 = (ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * L_15; L_15 = (( ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C * (*) (ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)(ProjectiveOperation_1_t159AFC639E6C6729AA34A147837A6F28F772D27C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m0694C2B4B07A9CC41AD44F793023ACCB7CD4174B_gshared_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_5 = ___operation5; ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 L_6 = (*(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8643A1D288EC4C88C8E4D1DA861ACF8889169EE8_gshared_inline (RowIntervalOperationWrapper_2_t6F27097FC012D524F04DCA2376CD18F41DF4BBC5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_14 = (ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * L_15; L_15 = (( ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 * (*) (ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)(ProjectiveOperation_1_t916B472C20CA54EC04505A48F845D28D119AA3E1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9622AB98FA187512B58CEB1CC481F525A73D7C7A_gshared_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_5 = ___operation5; ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC L_6 = (*(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m639776A8C3BED81FCC8C3455B868D5414AD02413_gshared_inline (RowIntervalOperationWrapper_2_t56454C5FF7AE348A001CB56A245BAFC2FA71B826 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_14 = (ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * L_15; L_15 = (( ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC * (*) (ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)(ProjectiveOperation_1_t7114624389E78348045E6FE61E83EDFAB17F4AFC *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8C284FFA97B6DF480A63CF83B2BD5450B32C30D9_gshared_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_5 = ___operation5; ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 L_6 = (*(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3952B49E88C32901BD04C64FF9AEC0E3DA1C5B03_gshared_inline (RowIntervalOperationWrapper_2_tEDC2B1D79D5C88FD48E2B7FFE9CFBD3BA4D9A6CA * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_14 = (ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * L_15; L_15 = (( ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 * (*) (ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)(ProjectiveOperation_1_t2571B040865C1064B92EEB71759E2D5F4C7735E6 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mDC07AB47E54C893B45434DDB55D364578B796C02_gshared_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_5 = ___operation5; ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 L_6 = (*(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m327CA2A894529D731CB4EB0CB07C54996F5FA0AE_gshared_inline (RowIntervalOperationWrapper_2_t0C27FE8690BD161CFA6A68EBAC0DFE50AC052040 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_14 = (ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * L_15; L_15 = (( ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 * (*) (ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)(ProjectiveOperation_1_tD7439879DE435413947AF31CCC45FE6B8D846D06 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD2FD60983B57F81F66E656B0D603CDE221DDB7B4_gshared_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_5 = ___operation5; ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E L_6 = (*(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m29D656F1EBAB3D0C216E962627826DFA5B41C0EE_gshared_inline (RowIntervalOperationWrapper_2_t5BD5E4EBC9D00248955F7F5C3DD572483F6E2575 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_14 = (ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * L_15; L_15 = (( ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E * (*) (ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)(ProjectiveOperation_1_t370FC9A74036F9944DCAB3C432E3AE8611285E3E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mEA20CA2FBF4F832C037580F37C10B427B90F39E1_gshared_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_5 = ___operation5; ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 L_6 = (*(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF986C610FEA440FA1461A276C12951B8B89F7FD6_gshared_inline (RowIntervalOperationWrapper_2_t6C0EB1B15D6D41DD79EF91A3394DF85ACD058D12 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_14 = (ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * L_15; L_15 = (( ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 * (*) (ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)(ProjectiveOperation_1_t8454AD941D148066D5EABA2DBF485F8A767A6CF8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mD2290FFF2245A7AF871C93D54114CA390DEEA413_gshared_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_5 = ___operation5; ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 L_6 = (*(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFE056B8A6A7204B99608BCC1F4ADEC78CD7E4A6E_gshared_inline (RowIntervalOperationWrapper_2_tACCD5CCCF079EE018BEED660546017519347A750 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_14 = (ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * L_15; L_15 = (( ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 * (*) (ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)(ProjectiveOperation_1_tD6EF9CB6930ADCF1CC4A41645A6AEF27C35CEF35 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mC2342CF8693F731B50F8328E7E36202CF9D90704_gshared_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_5 = ___operation5; ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 L_6 = (*(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m36C6A9FA441B6498C53628AE574EFD9F75E2E47B_gshared_inline (RowIntervalOperationWrapper_2_t93E225D84250955E3D82C93A740CD894402A1096 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_14 = (ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * L_15; L_15 = (( ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 * (*) (ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)(ProjectiveOperation_1_t4A2C666F988F438D4EACF93B25910B0E2DC9DB66 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF0FDE975328267033D22B524468BFB6E604903FB_gshared_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t38A0661783054009109F4AF979E92881E4446EE0 * L_5 = ___operation5; ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 L_6 = (*(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m79BEB48B842F6ABD72D6468ED3FDC008A28D65DF_gshared_inline (RowIntervalOperationWrapper_2_t47BFDA73C50DBF2DADA865464AB92E03FEB96DB4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t38A0661783054009109F4AF979E92881E4446EE0 * L_14 = (ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * L_15; L_15 = (( ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 * (*) (ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)(ProjectiveOperation_1_t38A0661783054009109F4AF979E92881E4446EE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m4145DE483A631EB4DC621B10789C8A9362E882DA_gshared_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_5 = ___operation5; ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F L_6 = (*(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD71F58EB9D01B3C00855D79727DCD1AB99DFDF06_gshared_inline (RowIntervalOperationWrapper_2_t88ECBCA8AD3E6018DE2E22C5A11338EA9BB311E4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_14 = (ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * L_15; L_15 = (( ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F * (*) (ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)(ProjectiveOperation_1_t412E29F409DEF7AAD20CDAC687EC504D9282203F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF77D967BF03C38B755CCB0C931AE67209992FF30_gshared_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_5 = ___operation5; ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 L_6 = (*(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m1E77E5B332BD7E3D77547807BA2C4F202376889B_gshared_inline (RowIntervalOperationWrapper_2_t6355B0470B179085C97AC2134AB9A56D449A713A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_14 = (ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * L_15; L_15 = (( ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 * (*) (ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)(ProjectiveOperation_1_tEF76A790969C4355FFD72B0D2CBAE28F04219754 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6A9C322427B3B4459B47EAE6F35BB29191D8BACC_gshared_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_5 = ___operation5; ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 L_6 = (*(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD85EEFF4760A4E588FD7C0B0634F9ED212F1F621_gshared_inline (RowIntervalOperationWrapper_2_t5ADD7D0C6C32CCF2B4352C92A000C1A72D6085C9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_14 = (ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * L_15; L_15 = (( ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 * (*) (ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)(ProjectiveOperation_1_tF052C0F775E9B7B0413E2D7B2BA1CACA06166AE3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m8B2241D83EBD9D5459CEE9A0BD5D3A19F3E3874C_gshared_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_5 = ___operation5; ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 L_6 = (*(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFCB5CBEC1921858BCA375E10622676F2FEEF7AE1_gshared_inline (RowIntervalOperationWrapper_2_t7C6A6DCE7EEBFE269D8F8E2C24CCEE03FF2167D6 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_14 = (ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * L_15; L_15 = (( ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 * (*) (ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)(ProjectiveOperation_1_tA73912C2AFEF155B03AC8D72F965443CC5A3DFF7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m9C7F2F651E4710557CED6BEF415D6BE45B2F83C8_gshared_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_5 = ___operation5; ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 L_6 = (*(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFBC0F33C860DAA91DB50ACB18F3EE7CA2B289A4D_gshared_inline (RowIntervalOperationWrapper_2_tE8600F20621EC67AEA219C7B5A4C095BC4242F5C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_14 = (ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * L_15; L_15 = (( ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 * (*) (ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)(ProjectiveOperation_1_tBD451709B72A451377D9FDBD24DE18597F5884B4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFCEF782847C58791F1E5F1C9DE0C7C0A15126D00_gshared_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_5 = ___operation5; ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A L_6 = (*(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC4C752DAD211EFC8C6AA2642D9E08521DC7B49EB_gshared_inline (RowIntervalOperationWrapper_2_t8D23B9DC342FF32A28B245BF6F05D49816983DDF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_14 = (ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * L_15; L_15 = (( ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A * (*) (ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)(ProjectiveOperation_1_t9BFDC3C6C4CF52B679DF4ACDBD35C3A682E0886A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m51279B79D171797F9F52A38F8137BEBB01FD9937_gshared_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_5 = ___operation5; ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E L_6 = (*(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB907E2EC5B63FC6DF344C5979C42DC855AC4736D_gshared_inline (RowIntervalOperationWrapper_2_tFE9270A020070116BF6AEAAF81E9FB58DFFC1F74 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_14 = (ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * L_15; L_15 = (( ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E * (*) (ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)(ProjectiveOperation_1_t60F7492601BFF97610B02969B16DDADED55E8A7E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mFE6297984BF2BD080E41934F57FB9EA063AD7D9E_gshared_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_5 = ___operation5; ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A L_6 = (*(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m24C6B8EB31D2D62D2E6753186698F9C0DA4BECB9_gshared_inline (RowIntervalOperationWrapper_2_t72361CC389E9D7983956B19F732FB621F35BB6D1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_14 = (ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * L_15; L_15 = (( ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A * (*) (ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)(ProjectiveOperation_1_t7490CED909E7BF5A0A533E2D7272D04FF60AEB7A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m6F44E0867EDB2E79F4C61285FD10AFEC495F197F_gshared_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_5 = ___operation5; ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F L_6 = (*(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF406846F2EE5FB20F24C7C99B32559AB86CDAE29_gshared_inline (RowIntervalOperationWrapper_2_t603ABE170A6274071340618C59360A74DEFD15BD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_14 = (ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * L_15; L_15 = (( ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F * (*) (ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)(ProjectiveOperation_1_tAEBCA552DA5D40717BD0CCB94343FDE5D003012F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m3FE4077BEA1B2AC5CA10F75B750E8F90195ACBC2_gshared_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_5 = ___operation5; ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD L_6 = (*(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF050D6A5F1F5653CD2463662E6778A43262EAD62_gshared_inline (RowIntervalOperationWrapper_2_t1AF1A24063F1278C9A50F2C0903BB4C710610A64 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_14 = (ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * L_15; L_15 = (( ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD * (*) (ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)(ProjectiveOperation_1_tC634C48B561CDAD12BF996F44448B71AB89949AD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_m471585CC1909102D22936F0A40A411F55A0AB9E1_gshared_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_5 = ___operation5; ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B L_6 = (*(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m912A3D71065431005CB800DD6A81716E01D4F19C_gshared_inline (RowIntervalOperationWrapper_2_t15DB026AB01374EBE80F01EDFB8006B608877988 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_14 = (ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * L_15; L_15 = (( ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B * (*) (ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)(ProjectiveOperation_1_t3C4DE16C66DE5950E4F5832AFCBF7A04EF99704B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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_mF1342BD613C152BA690F29C5863ABD9E55381357_gshared_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_5 = ___operation5; ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A L_6 = (*(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m38B67B294BE90EC3160918361191510B9D2BBB5E_gshared_inline (RowIntervalOperationWrapper_2_t338A998272F97E7958FC96070FADEB3C157EDC97 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 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_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_14 = (ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * L_15; L_15 = (( ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A * (*) (ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)(ProjectiveOperation_1_tD8658B68C7C94DDCB335322E0D8477D2DDEE507A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(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; } }