#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_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_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C; // System.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Numerics.Vector4[] struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.String struct String_t; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryExtensions_t3692531D647148747BC65C4610E740AEE9983A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; struct Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Buffers.MemoryManager`1 struct MemoryManager_1_tA9892C969C738FE1A224F19BB86F0A9B23CEF555 : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 : public RuntimeObject { public: public: }; struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Memory.MemoryAllocator::k__BackingField MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___U3CDefaultU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_0() { return static_cast(offsetof(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444_StaticFields, ___U3CDefaultU3Ek__BackingField_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_U3CDefaultU3Ek__BackingField_0() const { return ___U3CDefaultU3Ek__BackingField_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_U3CDefaultU3Ek__BackingField_0() { return &___U3CDefaultU3Ek__BackingField_0; } inline void set_U3CDefaultU3Ek__BackingField_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___U3CDefaultU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Memory`1 struct Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler struct BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 { public: union { struct { }; uint8_t BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7__padding[1]; }; public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler struct BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 { public: union { struct { }; uint8_t BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::bspline float ___bspline_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::cardinal float ___cardinal_1; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_8; public: inline static int32_t get_offset_of_bspline_0() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___bspline_0)); } inline float get_bspline_0() const { return ___bspline_0; } inline float* get_address_of_bspline_0() { return &___bspline_0; } inline void set_bspline_0(float value) { ___bspline_0 = value; } inline static int32_t get_offset_of_cardinal_1() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___cardinal_1)); } inline float get_cardinal_1() const { return ___cardinal_1; } inline float* get_address_of_cardinal_1() { return &___cardinal_1; } inline void set_cardinal_1(float value) { ___cardinal_1 = value; } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_8() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___U3CRadiusU3Ek__BackingField_8)); } inline float get_U3CRadiusU3Ek__BackingField_8() const { return ___U3CRadiusU3Ek__BackingField_8; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_8() { return &___U3CRadiusU3Ek__BackingField_8; } inline void set_U3CRadiusU3Ek__BackingField_8(float value) { ___U3CRadiusU3Ek__BackingField_8 = value; } }; struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::CatmullRom CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___CatmullRom_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Hermite CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Hermite_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::MitchellNetravali CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___MitchellNetravali_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Robidoux CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Robidoux_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::RobidouxSharp CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___RobidouxSharp_6; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Spline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Spline_7; public: inline static int32_t get_offset_of_CatmullRom_2() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___CatmullRom_2)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_CatmullRom_2() const { return ___CatmullRom_2; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_CatmullRom_2() { return &___CatmullRom_2; } inline void set_CatmullRom_2(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___CatmullRom_2 = value; } inline static int32_t get_offset_of_Hermite_3() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Hermite_3)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Hermite_3() const { return ___Hermite_3; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Hermite_3() { return &___Hermite_3; } inline void set_Hermite_3(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Hermite_3 = value; } inline static int32_t get_offset_of_MitchellNetravali_4() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___MitchellNetravali_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_MitchellNetravali_4() const { return ___MitchellNetravali_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_MitchellNetravali_4() { return &___MitchellNetravali_4; } inline void set_MitchellNetravali_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___MitchellNetravali_4 = value; } inline static int32_t get_offset_of_Robidoux_5() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Robidoux_5)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Robidoux_5() const { return ___Robidoux_5; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Robidoux_5() { return &___Robidoux_5; } inline void set_Robidoux_5(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Robidoux_5 = value; } inline static int32_t get_offset_of_RobidouxSharp_6() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___RobidouxSharp_6)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_RobidouxSharp_6() const { return ___RobidouxSharp_6; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_RobidouxSharp_6() { return &___RobidouxSharp_6; } inline void set_RobidouxSharp_6(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___RobidouxSharp_6 = value; } inline static int32_t get_offset_of_Spline_7() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Spline_7)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Spline_7() const { return ___Spline_7; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Spline_7() { return &___Spline_7; } inline void set_Spline_7(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Spline_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_4() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5, ___U3CRadiusU3Ek__BackingField_4)); } inline float get_U3CRadiusU3Ek__BackingField_4() const { return ___U3CRadiusU3Ek__BackingField_4; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_4() { return &___U3CRadiusU3Ek__BackingField_4; } inline void set_U3CRadiusU3Ek__BackingField_4(float value) { ___U3CRadiusU3Ek__BackingField_4 = value; } }; struct LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos2 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos2_0; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos3 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos3_1; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos5 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos5_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::Lanczos8 LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___Lanczos8_3; public: inline static int32_t get_offset_of_Lanczos2_0() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos2_0)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos2_0() const { return ___Lanczos2_0; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos2_0() { return &___Lanczos2_0; } inline void set_Lanczos2_0(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos2_0 = value; } inline static int32_t get_offset_of_Lanczos3_1() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos3_1)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos3_1() const { return ___Lanczos3_1; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos3_1() { return &___Lanczos3_1; } inline void set_Lanczos3_1(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos3_1 = value; } inline static int32_t get_offset_of_Lanczos5_2() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos5_2)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos5_2() const { return ___Lanczos5_2; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos5_2() { return &___Lanczos5_2; } inline void set_Lanczos5_2(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos5_2 = value; } inline static int32_t get_offset_of_Lanczos8_3() { return static_cast(offsetof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_StaticFields, ___Lanczos8_3)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_Lanczos8_3() const { return ___Lanczos8_3; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_Lanczos8_3() { return &___Lanczos8_3; } inline void set_Lanczos8_3(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___Lanczos8_3 = value; } }; // System.Numerics.Matrix3x2 struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F { public: // System.Single System.Numerics.Matrix3x2::M11 float ___M11_0; // System.Single System.Numerics.Matrix3x2::M12 float ___M12_1; // System.Single System.Numerics.Matrix3x2::M21 float ___M21_2; // System.Single System.Numerics.Matrix3x2::M22 float ___M22_3; // System.Single System.Numerics.Matrix3x2::M31 float ___M31_4; // System.Single System.Numerics.Matrix3x2::M32 float ___M32_5; public: inline static int32_t get_offset_of_M11_0() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M11_0)); } inline float get_M11_0() const { return ___M11_0; } inline float* get_address_of_M11_0() { return &___M11_0; } inline void set_M11_0(float value) { ___M11_0 = value; } inline static int32_t get_offset_of_M12_1() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M12_1)); } inline float get_M12_1() const { return ___M12_1; } inline float* get_address_of_M12_1() { return &___M12_1; } inline void set_M12_1(float value) { ___M12_1 = value; } inline static int32_t get_offset_of_M21_2() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M21_2)); } inline float get_M21_2() const { return ___M21_2; } inline float* get_address_of_M21_2() { return &___M21_2; } inline void set_M21_2(float value) { ___M21_2 = value; } inline static int32_t get_offset_of_M22_3() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M22_3)); } inline float get_M22_3() const { return ___M22_3; } inline float* get_address_of_M22_3() { return &___M22_3; } inline void set_M22_3(float value) { ___M22_3 = value; } inline static int32_t get_offset_of_M31_4() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M31_4)); } inline float get_M31_4() const { return ___M31_4; } inline float* get_address_of_M31_4() { return &___M31_4; } inline void set_M31_4(float value) { ___M31_4 = value; } inline static int32_t get_offset_of_M32_5() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F, ___M32_5)); } inline float get_M32_5() const { return ___M32_5; } inline float* get_address_of_M32_5() { return &___M32_5; } inline void set_M32_5(float value) { ___M32_5 = value; } }; struct Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields { public: // System.Numerics.Matrix3x2 System.Numerics.Matrix3x2::_identity Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ____identity_6; public: inline static int32_t get_offset_of__identity_6() { return static_cast(offsetof(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F_StaticFields, ____identity_6)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get__identity_6() const { return ____identity_6; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of__identity_6() { return &____identity_6; } inline void set__identity_6(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ____identity_6 = value; } }; // System.Numerics.Matrix4x4 struct Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A { public: // System.Single System.Numerics.Matrix4x4::M11 float ___M11_0; // System.Single System.Numerics.Matrix4x4::M12 float ___M12_1; // System.Single System.Numerics.Matrix4x4::M13 float ___M13_2; // System.Single System.Numerics.Matrix4x4::M14 float ___M14_3; // System.Single System.Numerics.Matrix4x4::M21 float ___M21_4; // System.Single System.Numerics.Matrix4x4::M22 float ___M22_5; // System.Single System.Numerics.Matrix4x4::M23 float ___M23_6; // System.Single System.Numerics.Matrix4x4::M24 float ___M24_7; // System.Single System.Numerics.Matrix4x4::M31 float ___M31_8; // System.Single System.Numerics.Matrix4x4::M32 float ___M32_9; // System.Single System.Numerics.Matrix4x4::M33 float ___M33_10; // System.Single System.Numerics.Matrix4x4::M34 float ___M34_11; // System.Single System.Numerics.Matrix4x4::M41 float ___M41_12; // System.Single System.Numerics.Matrix4x4::M42 float ___M42_13; // System.Single System.Numerics.Matrix4x4::M43 float ___M43_14; // System.Single System.Numerics.Matrix4x4::M44 float ___M44_15; public: inline static int32_t get_offset_of_M11_0() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M11_0)); } inline float get_M11_0() const { return ___M11_0; } inline float* get_address_of_M11_0() { return &___M11_0; } inline void set_M11_0(float value) { ___M11_0 = value; } inline static int32_t get_offset_of_M12_1() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M12_1)); } inline float get_M12_1() const { return ___M12_1; } inline float* get_address_of_M12_1() { return &___M12_1; } inline void set_M12_1(float value) { ___M12_1 = value; } inline static int32_t get_offset_of_M13_2() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M13_2)); } inline float get_M13_2() const { return ___M13_2; } inline float* get_address_of_M13_2() { return &___M13_2; } inline void set_M13_2(float value) { ___M13_2 = value; } inline static int32_t get_offset_of_M14_3() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M14_3)); } inline float get_M14_3() const { return ___M14_3; } inline float* get_address_of_M14_3() { return &___M14_3; } inline void set_M14_3(float value) { ___M14_3 = value; } inline static int32_t get_offset_of_M21_4() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M21_4)); } inline float get_M21_4() const { return ___M21_4; } inline float* get_address_of_M21_4() { return &___M21_4; } inline void set_M21_4(float value) { ___M21_4 = value; } inline static int32_t get_offset_of_M22_5() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M22_5)); } inline float get_M22_5() const { return ___M22_5; } inline float* get_address_of_M22_5() { return &___M22_5; } inline void set_M22_5(float value) { ___M22_5 = value; } inline static int32_t get_offset_of_M23_6() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M23_6)); } inline float get_M23_6() const { return ___M23_6; } inline float* get_address_of_M23_6() { return &___M23_6; } inline void set_M23_6(float value) { ___M23_6 = value; } inline static int32_t get_offset_of_M24_7() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M24_7)); } inline float get_M24_7() const { return ___M24_7; } inline float* get_address_of_M24_7() { return &___M24_7; } inline void set_M24_7(float value) { ___M24_7 = value; } inline static int32_t get_offset_of_M31_8() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M31_8)); } inline float get_M31_8() const { return ___M31_8; } inline float* get_address_of_M31_8() { return &___M31_8; } inline void set_M31_8(float value) { ___M31_8 = value; } inline static int32_t get_offset_of_M32_9() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M32_9)); } inline float get_M32_9() const { return ___M32_9; } inline float* get_address_of_M32_9() { return &___M32_9; } inline void set_M32_9(float value) { ___M32_9 = value; } inline static int32_t get_offset_of_M33_10() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M33_10)); } inline float get_M33_10() const { return ___M33_10; } inline float* get_address_of_M33_10() { return &___M33_10; } inline void set_M33_10(float value) { ___M33_10 = value; } inline static int32_t get_offset_of_M34_11() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M34_11)); } inline float get_M34_11() const { return ___M34_11; } inline float* get_address_of_M34_11() { return &___M34_11; } inline void set_M34_11(float value) { ___M34_11 = value; } inline static int32_t get_offset_of_M41_12() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M41_12)); } inline float get_M41_12() const { return ___M41_12; } inline float* get_address_of_M41_12() { return &___M41_12; } inline void set_M41_12(float value) { ___M41_12 = value; } inline static int32_t get_offset_of_M42_13() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M42_13)); } inline float get_M42_13() const { return ___M42_13; } inline float* get_address_of_M42_13() { return &___M42_13; } inline void set_M42_13(float value) { ___M42_13 = value; } inline static int32_t get_offset_of_M43_14() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M43_14)); } inline float get_M43_14() const { return ___M43_14; } inline float* get_address_of_M43_14() { return &___M43_14; } inline void set_M43_14(float value) { ___M43_14 = value; } inline static int32_t get_offset_of_M44_15() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A, ___M44_15)); } inline float get_M44_15() const { return ___M44_15; } inline float* get_address_of_M44_15() { return &___M44_15; } inline void set_M44_15(float value) { ___M44_15 = value; } }; struct Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A_StaticFields { public: // System.Numerics.Matrix4x4 System.Numerics.Matrix4x4::_identity Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ____identity_16; public: inline static int32_t get_offset_of__identity_16() { return static_cast(offsetof(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A_StaticFields, ____identity_16)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get__identity_16() const { return ____identity_16; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of__identity_16() { return &____identity_16; } inline void set__identity_16(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ____identity_16 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler struct NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 { public: union { struct { }; uint8_t NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76__padding[1]; }; public: }; // SixLabors.ImageSharp.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // SixLabors.ImageSharp.Memory.RowInterval struct RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 { public: // System.Int32 SixLabors.ImageSharp.Memory.RowInterval::k__BackingField int32_t ___U3CMinU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.RowInterval::k__BackingField int32_t ___U3CMaxU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CMinU3Ek__BackingField_0() { return static_cast(offsetof(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9, ___U3CMinU3Ek__BackingField_0)); } inline int32_t get_U3CMinU3Ek__BackingField_0() const { return ___U3CMinU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CMinU3Ek__BackingField_0() { return &___U3CMinU3Ek__BackingField_0; } inline void set_U3CMinU3Ek__BackingField_0(int32_t value) { ___U3CMinU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMaxU3Ek__BackingField_1() { return static_cast(offsetof(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9, ___U3CMaxU3Ek__BackingField_1)); } inline int32_t get_U3CMaxU3Ek__BackingField_1() const { return ___U3CMaxU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CMaxU3Ek__BackingField_1() { return &___U3CMaxU3Ek__BackingField_1; } inline void set_U3CMaxU3Ek__BackingField_1(int32_t value) { ___U3CMaxU3Ek__BackingField_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler struct TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF { public: union { struct { }; uint8_t TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF__padding[1]; }; public: }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___X_0)); } inline float get_X_0() const { return ___X_0; } inline float* get_address_of_X_0() { return &___X_0; } inline void set_X_0(float value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Y_1)); } inline float get_Y_1() const { return ___Y_1; } inline float* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(float value) { ___Y_1 = value; } inline static int32_t get_offset_of_Z_2() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___Z_2)); } inline float get_Z_2() const { return ___Z_2; } inline float* get_address_of_Z_2() { return &___Z_2; } inline void set_Z_2(float value) { ___Z_2 = value; } inline static int32_t get_offset_of_W_3() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___W_3)); } inline float get_W_3() const { return ___W_3; } inline float* get_address_of_W_3() { return &___W_3; } inline void set_W_3(float value) { ___W_3 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler struct WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 { public: union { struct { }; uint8_t WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63__padding[1]; }; public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1 struct AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::source Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::destination Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::matrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1/AffineOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___source_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_source_1() const { return ___source_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___destination_3)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___matrix_5)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_matrix_5() const { return ___matrix_5; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // System.SpanHelpers/PerTypeValues`1 struct PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767 : public RuntimeObject { public: public: }; struct PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields { public: // System.Boolean System.SpanHelpers/PerTypeValues`1::IsReferenceOrContainsReferences bool ___IsReferenceOrContainsReferences_0; // T[] System.SpanHelpers/PerTypeValues`1::EmptyArray Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* ___EmptyArray_1; // System.IntPtr System.SpanHelpers/PerTypeValues`1::ArrayAdjustment intptr_t ___ArrayAdjustment_2; public: inline static int32_t get_offset_of_IsReferenceOrContainsReferences_0() { return static_cast(offsetof(PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields, ___IsReferenceOrContainsReferences_0)); } inline bool get_IsReferenceOrContainsReferences_0() const { return ___IsReferenceOrContainsReferences_0; } inline bool* get_address_of_IsReferenceOrContainsReferences_0() { return &___IsReferenceOrContainsReferences_0; } inline void set_IsReferenceOrContainsReferences_0(bool value) { ___IsReferenceOrContainsReferences_0 = value; } inline static int32_t get_offset_of_EmptyArray_1() { return static_cast(offsetof(PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields, ___EmptyArray_1)); } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* get_EmptyArray_1() const { return ___EmptyArray_1; } inline Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F** get_address_of_EmptyArray_1() { return &___EmptyArray_1; } inline void set_EmptyArray_1(Vector4U5BU5D_t86AC726940CFBCB696CB565BDAC146946AC5C60F* value) { ___EmptyArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArray_1), (void*)value); } inline static int32_t get_offset_of_ArrayAdjustment_2() { return static_cast(offsetof(PerTypeValues_1_t2BAF5CB526712554290A16FE145CF79BFEC4B767_StaticFields, ___ArrayAdjustment_2)); } inline intptr_t get_ArrayAdjustment_2() const { return ___ArrayAdjustment_2; } inline intptr_t* get_address_of_ArrayAdjustment_2() { return &___ArrayAdjustment_2; } inline void set_ArrayAdjustment_2(intptr_t value) { ___ArrayAdjustment_2 = value; } }; // System.Pinnable`1 struct Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7 : public RuntimeObject { public: // T System.Pinnable`1::Data Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tF826F2BF70FE29D089DF128CA1CEFC4ADEAE24A7, ___Data_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Data_0() const { return ___Data_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___source_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___destination_3)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___source_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_source_1() const { return ___source_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___destination_3)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___source_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_source_1() const { return ___source_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___destination_3)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___source_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_source_1() const { return ___source_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___destination_3)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___sampler_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_sampler_4() const { return ___sampler_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___sampler_4)); } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 get_sampler_4() const { return ___sampler_4; } inline LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___sampler_4)); } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 get_sampler_4() const { return ___sampler_4; } inline NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___sampler_4)); } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF get_sampler_4() const { return ___sampler_4; } inline TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___source_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_source_1() const { return ___source_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___destination_3)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___sampler_4)); } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 get_sampler_4() const { return ___sampler_4; } inline WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___source_1)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___destination_3)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___sampler_4)); } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 get_sampler_4() const { return ___sampler_4; } inline BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1 struct ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::source Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___source_1; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::bounds Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___bounds_2; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::destination Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___destination_3; // TResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::sampler BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 ___sampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::matrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___matrix_5; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::yRadius float ___yRadius_6; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1/ProjectiveOperation`1::xRadius float ___xRadius_7; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___source_1)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_source_1() const { return ___source_1; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_bounds_2() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___bounds_2)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_bounds_2() const { return ___bounds_2; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_bounds_2() { return &___bounds_2; } inline void set_bounds_2(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___bounds_2 = value; } inline static int32_t get_offset_of_destination_3() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___destination_3)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_destination_3() const { return ___destination_3; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_destination_3() { return &___destination_3; } inline void set_destination_3(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___destination_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_3), (void*)value); } inline static int32_t get_offset_of_sampler_4() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___sampler_4)); } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 get_sampler_4() const { return ___sampler_4; } inline BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * get_address_of_sampler_4() { return &___sampler_4; } inline void set_sampler_4(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 value) { ___sampler_4 = value; } inline static int32_t get_offset_of_matrix_5() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___matrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_matrix_5() const { return ___matrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_matrix_5() { return &___matrix_5; } inline void set_matrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___matrix_5 = value; } inline static int32_t get_offset_of_yRadius_6() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___yRadius_6)); } inline float get_yRadius_6() const { return ___yRadius_6; } inline float* get_address_of_yRadius_6() { return &___yRadius_6; } inline void set_yRadius_6(float value) { ___yRadius_6 = value; } inline static int32_t get_offset_of_xRadius_7() { return static_cast(offsetof(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A, ___xRadius_7)); } inline float get_xRadius_7() const { return ___xRadius_7; } inline float* get_address_of_xRadius_7() { return &___xRadius_7; } inline void set_xRadius_7(float value) { ___xRadius_7 = value; } }; // 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; } }; // 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_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180, ___operation_5)); } inline AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F, ___operation_5)); } inline AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9, ___operation_5)); } inline AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1, ___operation_5)); } inline AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A, ___operation_5)); } inline AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2, ___operation_5)); } inline AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B, ___operation_5)); } inline AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F get_operation_5() const { return ___operation_5; } inline AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52, ___operation_5)); } inline ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0, ___operation_5)); } inline ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C, ___operation_5)); } inline ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5, ___operation_5)); } inline ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275, ___operation_5)); } inline ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5, ___operation_5)); } inline ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467, ___operation_5)); } inline ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44, ___operation_5)); } inline ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3, ___operation_5)); } inline ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F, ___operation_5)); } inline ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7, ___operation_5)); } inline ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C, ___operation_5)); } inline ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF, ___operation_5)); } inline ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24, ___operation_5)); } inline ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717, ___operation_5)); } inline ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A, ___operation_5)); } inline ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8, ___operation_5)); } inline ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B, ___operation_5)); } inline ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D, ___operation_5)); } inline ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75, ___operation_5)); } inline ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F, ___operation_5)); } inline ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020, ___operation_5)); } inline ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715, ___operation_5)); } inline ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A, ___operation_5)); } inline ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15, ___operation_5)); } inline ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792, ___operation_5)); } inline ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E, ___operation_5)); } inline ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B, ___operation_5)); } inline ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325, ___operation_5)); } inline ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604, ___operation_5)); } inline ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E, ___operation_5)); } inline ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC, ___operation_5)); } inline ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD, ___operation_5)); } inline ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4, ___operation_5)); } inline ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888, ___operation_5)); } inline ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11, ___operation_5)); } inline ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4> struct RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 { public: // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::minY int32_t ___minY_0; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::maxY int32_t ___maxY_1; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::stepY int32_t ___stepY_2; // System.Int32 SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::width int32_t ___width_3; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::allocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator_4; // T SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2::operation ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A ___operation_5; public: inline static int32_t get_offset_of_minY_0() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___minY_0)); } inline int32_t get_minY_0() const { return ___minY_0; } inline int32_t* get_address_of_minY_0() { return &___minY_0; } inline void set_minY_0(int32_t value) { ___minY_0 = value; } inline static int32_t get_offset_of_maxY_1() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___maxY_1)); } inline int32_t get_maxY_1() const { return ___maxY_1; } inline int32_t* get_address_of_maxY_1() { return &___maxY_1; } inline void set_maxY_1(int32_t value) { ___maxY_1 = value; } inline static int32_t get_offset_of_stepY_2() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___stepY_2)); } inline int32_t get_stepY_2() const { return ___stepY_2; } inline int32_t* get_address_of_stepY_2() { return &___stepY_2; } inline void set_stepY_2(int32_t value) { ___stepY_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___width_3)); } inline int32_t get_width_3() const { return ___width_3; } inline int32_t* get_address_of_width_3() { return &___width_3; } inline void set_width_3(int32_t value) { ___width_3 = value; } inline static int32_t get_offset_of_allocator_4() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___allocator_4)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_allocator_4() const { return ___allocator_4; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_allocator_4() { return &___allocator_4; } inline void set_allocator_4(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___allocator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocator_4), (void*)value); } inline static int32_t get_offset_of_operation_5() { return static_cast(offsetof(RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460, ___operation_5)); } inline ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A get_operation_5() const { return ___operation_5; } inline ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * get_address_of_operation_5() { return &___operation_5; } inline void set_operation_5(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A value) { ___operation_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___configuration_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___source_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___operation_5))->___destination_3), (void*)NULL); #endif } }; // 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 } }; // 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_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method); // System.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_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(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.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.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_m273E4FAF289271CE378B84FDA5D9AF1749D07067_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.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_mF97AB92F2944503F22C6F108070E5112B7EED760_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) inline void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 *, int32_t, int32_t, int32_t, int32_t, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline)(__this, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) inline void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method) { (( void (*) (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 *, int32_t, const RuntimeMethod*))RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline)(__this, ___i0, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/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.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.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_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_5 = ___operation5; AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 L_6 = (*(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_14 = (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)__this->get_address_of_operation_5(); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_15; L_15 = (( AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * (*) (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF97AB92F2944503F22C6F108070E5112B7EED760_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_5 = ___operation5; AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 L_6 = (*(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_14 = (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)__this->get_address_of_operation_5(); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_15; L_15 = (( AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * (*) (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_5 = ___operation5; AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 L_6 = (*(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_14 = (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)__this->get_address_of_operation_5(); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_15; L_15 = (( AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * (*) (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_5 = ___operation5; AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 L_6 = (*(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_14 = (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)__this->get_address_of_operation_5(); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_15; L_15 = (( AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * (*) (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_5 = ___operation5; AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B L_6 = (*(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_14 = (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)__this->get_address_of_operation_5(); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_15; L_15 = (( AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * (*) (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_5 = ___operation5; AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 L_6 = (*(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_14 = (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)__this->get_address_of_operation_5(); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_15; L_15 = (( AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * (*) (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_5 = ___operation5; AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F L_6 = (*(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_14 = (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)__this->get_address_of_operation_5(); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_15; L_15 = (( AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * (*) (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_5 = ___operation5; ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 L_6 = (*(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_14 = (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_15; L_15 = (( ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * (*) (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_5 = ___operation5; ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB L_6 = (*(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_14 = (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_15; L_15 = (( ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * (*) (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_5 = ___operation5; ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A L_6 = (*(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_14 = (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_15; L_15 = (( ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * (*) (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_5 = ___operation5; ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 L_6 = (*(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_14 = (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_15; L_15 = (( ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * (*) (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_5 = ___operation5; ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 L_6 = (*(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_14 = (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_15; L_15 = (( ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * (*) (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_5 = ___operation5; ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 L_6 = (*(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_14 = (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_15; L_15 = (( ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * (*) (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_5 = ___operation5; ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 L_6 = (*(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_14 = (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_15; L_15 = (( ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * (*) (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_5 = ___operation5; ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 L_6 = (*(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_14 = (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_15; L_15 = (( ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * (*) (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_5 = ___operation5; ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 L_6 = (*(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_14 = (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_15; L_15 = (( ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * (*) (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_5 = ___operation5; ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 L_6 = (*(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_14 = (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_15; L_15 = (( ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * (*) (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_5 = ___operation5; ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 L_6 = (*(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_14 = (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_15; L_15 = (( ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * (*) (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_5 = ___operation5; ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F L_6 = (*(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_14 = (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_15; L_15 = (( ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * (*) (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_5 = ___operation5; ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED L_6 = (*(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_14 = (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_15; L_15 = (( ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * (*) (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_5 = ___operation5; ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 L_6 = (*(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_14 = (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_15; L_15 = (( ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * (*) (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_5 = ___operation5; ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 L_6 = (*(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_14 = (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_15; L_15 = (( ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * (*) (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_5 = ___operation5; ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD L_6 = (*(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_14 = (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_15; L_15 = (( ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * (*) (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_5 = ___operation5; ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 L_6 = (*(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_14 = (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_15; L_15 = (( ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * (*) (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_5 = ___operation5; ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E L_6 = (*(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_14 = (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_15; L_15 = (( ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * (*) (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_5 = ___operation5; ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 L_6 = (*(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_14 = (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_15; L_15 = (( ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * (*) (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_5 = ___operation5; ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 L_6 = (*(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_14 = (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_15; L_15 = (( ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * (*) (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_5 = ___operation5; ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 L_6 = (*(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_14 = (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_15; L_15 = (( ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * (*) (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_5 = ___operation5; ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C L_6 = (*(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_14 = (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_15; L_15 = (( ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * (*) (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_5 = ___operation5; ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E L_6 = (*(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_14 = (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_15; L_15 = (( ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * (*) (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_5 = ___operation5; ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 L_6 = (*(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_14 = (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_15; L_15 = (( ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * (*) (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_5 = ___operation5; ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 L_6 = (*(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_14 = (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_15; L_15 = (( ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * (*) (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_5 = ___operation5; ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 L_6 = (*(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_14 = (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_15; L_15 = (( ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * (*) (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_5 = ___operation5; ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 L_6 = (*(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_14 = (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_15; L_15 = (( ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * (*) (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_5 = ___operation5; ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 L_6 = (*(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_14 = (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_15; L_15 = (( ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * (*) (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_5 = ___operation5; ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D L_6 = (*(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_14 = (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_15; L_15 = (( ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * (*) (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_5 = ___operation5; ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 L_6 = (*(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_14 = (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_15; L_15 = (( ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * (*) (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_5 = ___operation5; ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB L_6 = (*(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_14 = (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_15; L_15 = (( ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * (*) (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_5 = ___operation5; ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB L_6 = (*(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_14 = (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_15; L_15 = (( ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * (*) (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_5 = ___operation5; ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 L_6 = (*(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_14 = (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_15; L_15 = (( ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * (*) (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_5 = ___operation5; ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B L_6 = (*(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_14 = (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_15; L_15 = (( ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * (*) (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_5 = ___operation5; ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 L_6 = (*(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_14 = (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_15; L_15 = (( ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * (*) (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_5 = ___operation5; ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 L_6 = (*(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_14 = (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_15; L_15 = (( ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * (*) (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,SixLabors.ImageSharp.Memory.MemoryAllocator,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_5 = ___operation5; ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A L_6 = (*(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_AdjustorThunk (RuntimeObject * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_inline(_thisAdjusted, ___minY0, ___maxY1, ___stepY2, ___width3, ___allocator4, ___operation5, method); } // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_14 = (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_15; L_15 = (( ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * (*) (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_EXTERN_C void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_AdjustorThunk (RuntimeObject * __this, int32_t ___i0, const RuntimeMethod* method) { RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_inline(_thisAdjusted, ___i0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SixLabors.ImageSharp.Advanced.ParallelRowIterator/RowIntervalOperationWrapper`2,System.Numerics.Vector4>::.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 IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m273E4FAF289271CE378B84FDA5D9AF1749D07067_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_5 = ___operation5; AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 L_6 = (*(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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_mF97AB92F2944503F22C6F108070E5112B7EED760_gshared_inline (RowIntervalOperationWrapper_2_tB1ED1A18C05B91C660EBFF18C535C8D4AFA19180 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_14 = (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)__this->get_address_of_operation_5(); AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * L_15; L_15 = (( AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 * (*) (AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)(AffineOperation_1_t18A28E8F8B5CBD0EF529FC577DBA843B96E378D1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m1342583C97FF4A622F0E35A928FED16A85B63751_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_5 = ___operation5; AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 L_6 = (*(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m0C1BEB42A23D468A4E7FA4A47F4BCC7BD0B8888A_gshared_inline (RowIntervalOperationWrapper_2_t1E92BCADE67E15B783C61D65F2F260EA7094896F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_14 = (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)__this->get_address_of_operation_5(); AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * L_15; L_15 = (( AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 * (*) (AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)(AffineOperation_1_t8213C467A0D46D317040191B9D894C800F956B63 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9262881D7BA02B3A1D7715B35B4D6E57F57F2CBE_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_5 = ___operation5; AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 L_6 = (*(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m3E7B132CF836FCF57E4BA71A6000090BF5B83D16_gshared_inline (RowIntervalOperationWrapper_2_t8E1681EA1AF4727DED7AA671D450BEB7ED8BA3E9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_14 = (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)__this->get_address_of_operation_5(); AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * L_15; L_15 = (( AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 * (*) (AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)(AffineOperation_1_tF3060F66431E540786627046909242D1FD6FC570 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m57A779AA8FD5068CABCB99FCCBB7B3D146D676F1_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_5 = ___operation5; AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 L_6 = (*(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m45652A2B303C58946536F656E29476F4C4431515_gshared_inline (RowIntervalOperationWrapper_2_tD558C91BF59F99570889CD5108A791623F2451E1 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_14 = (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)__this->get_address_of_operation_5(); AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * L_15; L_15 = (( AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 * (*) (AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)(AffineOperation_1_t9D7E53A2A936DC0198DD5F79067BAB74314341E9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4B4CA5FED8F0D98AB776238EBD945E76AEB2B959_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_5 = ___operation5; AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B L_6 = (*(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mC674A4BDD51CEBC7E72DBAAFD80FFF22FDCD9DED_gshared_inline (RowIntervalOperationWrapper_2_t0C7DA084A380A710F8B455BA6F54ACC07DB48D5A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_14 = (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)__this->get_address_of_operation_5(); AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * L_15; L_15 = (( AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B * (*) (AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)(AffineOperation_1_t6E3FC557F6985F06D24C7CACBD6B081C604BAD3B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE43C0AD7B24D4E6518D583AE65BD38B1F5299800_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_5 = ___operation5; AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 L_6 = (*(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m35F6DDD7B72BC9DEA0AAE41755C629AD7B88A315_gshared_inline (RowIntervalOperationWrapper_2_t52CCC22FF87B71AC1CDB901353C9A5392BA48BB2 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_14 = (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)__this->get_address_of_operation_5(); AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * L_15; L_15 = (( AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 * (*) (AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)(AffineOperation_1_t6294444747B7F7D51F3860B4150265877092DF59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF803CE5771EB41741BB5FAF1B51942A67DB91AC3_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_5 = ___operation5; AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F L_6 = (*(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD3D55D29B9B9F7D639824086DF7708C845976ED0_gshared_inline (RowIntervalOperationWrapper_2_tD35C2757327AC482CD7C79C33F4214CEBF21FA4B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_14 = (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)__this->get_address_of_operation_5(); AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * L_15; L_15 = (( AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F * (*) (AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)(AffineOperation_1_t24E8A8045A7E00463DB2A74B61DDF41DB54E680F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mCE777858280CDF8AC09141C613133A70907FA0EA_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_5 = ___operation5; ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 L_6 = (*(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m16A010647F8EA605B88CF5928DCCE89FA7C58E84_gshared_inline (RowIntervalOperationWrapper_2_t2C8961B7E495150B11FEE547144F9D3EF9BFBD52 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_14 = (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * L_15; L_15 = (( ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 * (*) (ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)(ProjectiveOperation_1_tD71B8F71B3E798940FE605367FFB4F0FD56DE442 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD17C8928C413DB29CD4BA5208646507B79F6789D_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_5 = ___operation5; ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB L_6 = (*(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m283A201FADE09ED976D6E3DD174C0B62201D5128_gshared_inline (RowIntervalOperationWrapper_2_t2DE4793287BD954BC6F357A1C1E4DCACC39D57A0 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_14 = (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * L_15; L_15 = (( ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB * (*) (ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)(ProjectiveOperation_1_tF3571577B63675D53EA247EE3A631387C2B6BFBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA34653A5B6B8096EBFFBFD86405FA3CD9866B482_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_5 = ___operation5; ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A L_6 = (*(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6D8754419ADA7EB9EE05C13DEED5EE009BBC54DC_gshared_inline (RowIntervalOperationWrapper_2_tEF6ADCF955E71289F4C1CB4FFAFE175FC1E5065C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_14 = (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * L_15; L_15 = (( ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A * (*) (ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)(ProjectiveOperation_1_t399EEF8B05312112E260D041A3DF948AAF526F4A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10932C3D53D042033ECDD0F0DB7D27A37800DACA_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_5 = ___operation5; ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 L_6 = (*(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m942285E957E0FDC374AD337B1E767D7F335FC30E_gshared_inline (RowIntervalOperationWrapper_2_t7A6680D38C2F9A019631C877D963499E7A2630D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_14 = (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * L_15; L_15 = (( ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 * (*) (ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)(ProjectiveOperation_1_t8C6F4CB5CDB195FCE70DCC20F2D1F05294CD0D53 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC5AC906EB23571B05D4EF8E387920187D534ABC6_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_5 = ___operation5; ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 L_6 = (*(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB5ACC67ABC2CD99704A35C9E9967D9F10170D8E4_gshared_inline (RowIntervalOperationWrapper_2_tEFE1458E968F17980E863BFCC7E5BA3525BA5275 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_14 = (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * L_15; L_15 = (( ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 * (*) (ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)(ProjectiveOperation_1_t019E0A6BA2D73EC248A946827D7B0A30D66AD337 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3061670D8F568148548E3B062DA615ED869ADDED_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_5 = ___operation5; ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 L_6 = (*(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB6CB1EA6DC5BC96361FC81A9630AA8030B928BFC_gshared_inline (RowIntervalOperationWrapper_2_tE7EA900C4412468B80FC49A92E3032C1292113D5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_14 = (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * L_15; L_15 = (( ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 * (*) (ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)(ProjectiveOperation_1_tA24D692E2DF7D28910876A4FBFB3563F557CC191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4DA92EA401D653D95FAF7E778BE5F79C7263FDF9_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_5 = ___operation5; ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 L_6 = (*(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA0BBADDF032C2744212C0B1B554B35262AF08CB_gshared_inline (RowIntervalOperationWrapper_2_t9C01BB07A910E91F5BB13B0AC46F38D940650467 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_14 = (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * L_15; L_15 = (( ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 * (*) (ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)(ProjectiveOperation_1_t9900D0AD51B5488690B1B6EAFC2608CD10CFA191 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mDA82F6C7E4B251B38375FAC7376A8FC70335F7F0_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_5 = ___operation5; ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 L_6 = (*(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m708E2E90AADE793FA331DF5141F73C055CF4D3E2_gshared_inline (RowIntervalOperationWrapper_2_t99AA5F543E4C7E405E3FC6C82DF5337041550F44 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_14 = (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * L_15; L_15 = (( ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 * (*) (ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)(ProjectiveOperation_1_tBB5BD6B44DB407BF7A65F60F166C1DE9F7C2D047 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4E622C7AB0AF33490834C928BB4D8E3FCF52FC41_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_5 = ___operation5; ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 L_6 = (*(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7959402495FD9D4EE5C88A7ED83F5422A41639D_gshared_inline (RowIntervalOperationWrapper_2_t371F588B79D0D2014AA7EAA6A4B54F14894D9DA3 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_14 = (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * L_15; L_15 = (( ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 * (*) (ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)(ProjectiveOperation_1_tB92A7CE1E31324FB4D5CBA8563F4445EBFC26B37 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEF31FB95CCE3E6440D9A3DB8A2D2D8AE5CFA4628_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_5 = ___operation5; ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 L_6 = (*(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEB6633A550E2FBAA319B8241AF34B7DD1C4E58C7_gshared_inline (RowIntervalOperationWrapper_2_tF062A693E4D20E5B1116AA14C0A4FFA94C1D850F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_14 = (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * L_15; L_15 = (( ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 * (*) (ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)(ProjectiveOperation_1_tBAEC51AF1D32D96D0977F928CE84FDE049D73881 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0C859189D3383FFD44832A6C5E41A030C0EBD0AB_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_5 = ___operation5; ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 L_6 = (*(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m41A8A8511C33DD4CCD1EF972A09373ECC1BAD589_gshared_inline (RowIntervalOperationWrapper_2_t8469B279703BF18524C403A72C142ED46DE088F7 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_14 = (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * L_15; L_15 = (( ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 * (*) (ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)(ProjectiveOperation_1_t15A771978D2DDC54CFD4A4795998FA3CF9EFF5F2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m9D2A6EA3B9C59EBAFDCF9064DB523189BAF4A5A3_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_5 = ___operation5; ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F L_6 = (*(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD18C08CDB898134113E30F3D750E872A748CD9BD_gshared_inline (RowIntervalOperationWrapper_2_t5D22181CB56B5E0D87FD43C4F5F70D329E9F997C * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_14 = (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * L_15; L_15 = (( ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F * (*) (ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)(ProjectiveOperation_1_tE114AFB716F53E21D54805027583E600F997082F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m50ED755EE27F5B2012FE0DD3FB1D08256A3F3D48_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_5 = ___operation5; ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED L_6 = (*(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m5C3E1CCACF789E77C408AAAE841CB87BE2625036_gshared_inline (RowIntervalOperationWrapper_2_t7E91074E9B8C8B8F7612697B19A02CFF278321DF * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_14 = (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * L_15; L_15 = (( ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED * (*) (ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)(ProjectiveOperation_1_t116E77F112358AE2F3156337DFAEFD57418F1AED *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA691FE59C784D3D7AC633BE59D0A3825A3D10649_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_5 = ___operation5; ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 L_6 = (*(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mA4B9053E6AD4D7EB6FC118BFCBD561AAF0382C2B_gshared_inline (RowIntervalOperationWrapper_2_t6823E5BA012D31C25C1C3EF997AA12E04C40DE24 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_14 = (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * L_15; L_15 = (( ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 * (*) (ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)(ProjectiveOperation_1_t0D129B68290086CDEEAA2EB4DEBE5CEACBF94222 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0BDADAE28BB7F75466B6BE0CB736EE22A5BFF965_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_5 = ___operation5; ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 L_6 = (*(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mB837BCB3E67B4E25DC6D7EFD2778BDAFCD7FC2E3_gshared_inline (RowIntervalOperationWrapper_2_t58D7F02F460C6F08C7C87E470FDD5D456540F717 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_14 = (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * L_15; L_15 = (( ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 * (*) (ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)(ProjectiveOperation_1_t1DE212A0BF54399171FCBE070B15FF35BF61BA04 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mFD3A87649CACD88BAC1FE56E3AEBA3C4D774D7A8_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_5 = ___operation5; ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD L_6 = (*(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF695E08824664E7A48219583C8AE7EC6ADA95875_gshared_inline (RowIntervalOperationWrapper_2_t35578CD43A789D61100BAD168B6B30E6776CEE3A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_14 = (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * L_15; L_15 = (( ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD * (*) (ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)(ProjectiveOperation_1_t15AB769C35B77FDCA07B45C73016B135E629BDFD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF7E4C90B097FB22F4A7DDE45927E313E2DB5FE87_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_5 = ___operation5; ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 L_6 = (*(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mF28998B837F172DA9B966D7FA5D5E46D1AA0246A_gshared_inline (RowIntervalOperationWrapper_2_t0751C9AA63EDDB13FE11895F24839BA8ED0B81E8 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_14 = (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * L_15; L_15 = (( ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 * (*) (ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)(ProjectiveOperation_1_t4B038BC47157F30A2D365DAB76CD61BF9A3CFA11 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m8FFB703AB37D12C46B53887979226D8018AF4960_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_5 = ___operation5; ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E L_6 = (*(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2173EC21265C62EDD8BA7507F661142933B233EA_gshared_inline (RowIntervalOperationWrapper_2_t24B79FB32B29231AE4FA182C7918AA1C55E5EC0B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_14 = (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * L_15; L_15 = (( ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E * (*) (ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)(ProjectiveOperation_1_tB611391307F62A004069159460F8C98C23DFE80E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD77C239A66FB74C2C0F7B03328642C6B31A6FE87_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_5 = ___operation5; ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 L_6 = (*(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m9AD4F755FBA1FCE93F75F95D545B12F8A1770007_gshared_inline (RowIntervalOperationWrapper_2_tAF054C9FF22AD899AC2D62959B9909CC7F25BF1D * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_14 = (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * L_15; L_15 = (( ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 * (*) (ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)(ProjectiveOperation_1_tFAD59A14D7127E41798A5E06CBCB67F9BB438226 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m36BDE261AB2C4087F9332ABEA46E520B3AD4315D_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_5 = ___operation5; ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 L_6 = (*(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mD7C1A814D96568B955ED730FE71AD9271461AFD2_gshared_inline (RowIntervalOperationWrapper_2_tB5B7D8317630BA9DBA22EA2EB7510DDC56ADCC75 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_14 = (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * L_15; L_15 = (( ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 * (*) (ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)(ProjectiveOperation_1_tD0935833339AAAF1D459511D6541C7E1CB97CFE0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mC6633E521B6348087C3F80B846D0F91DDEA4FC4D_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_5 = ___operation5; ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 L_6 = (*(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mBA285592A5082619D7381ACC97FACB1FAE872B5C_gshared_inline (RowIntervalOperationWrapper_2_t36E29CC79B196D16EB9766C85FA9356FC8A4FB9F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_14 = (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * L_15; L_15 = (( ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 * (*) (ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)(ProjectiveOperation_1_tFB4EB6613671FE7B62698EF9FF657430EC2E27E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m3021448980720907312C2950AA2E6A7F53124CE2_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_5 = ___operation5; ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C L_6 = (*(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m94A4321DF45CF46D46D55310541F8515C111153B_gshared_inline (RowIntervalOperationWrapper_2_tB877C0AA0BA806027D022942998784E79A11D020 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_14 = (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * L_15; L_15 = (( ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C * (*) (ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)(ProjectiveOperation_1_t5CD526BA39217EB6E986C6EA4AC5A8FDA7B50A4C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mB207FB5724624E1859E1068B9870AC65F3BDC601_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_5 = ___operation5; ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E L_6 = (*(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDAD25D9778118161CE90AB51E94BB86101541B8B_gshared_inline (RowIntervalOperationWrapper_2_tC5BBCF128D69EEBE46FF2473192B150D7EB55715 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_14 = (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * L_15; L_15 = (( ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E * (*) (ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)(ProjectiveOperation_1_t02860920F79B033455DE99565852ACA9A9C0E00E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mBD9D8520969DE8AC9B7BA348A5AB7E748E5F8F41_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_5 = ___operation5; ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 L_6 = (*(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF8C3899FB41229E1358DF52FDFB8AB32A58AD87_gshared_inline (RowIntervalOperationWrapper_2_t86D209F7DF96D98DB5FECC11B9E5FB08D461580A * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_14 = (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * L_15; L_15 = (( ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 * (*) (ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)(ProjectiveOperation_1_t8A2C246FB445674BBD5DE8BDB7E0B30BDF54B877 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m2E8E6EB396C8CA443CDE98C65EE5D40D4EF7D3DD_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_5 = ___operation5; ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 L_6 = (*(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDD5914C3C37C590A5F70D789B76F570734D7CF0E_gshared_inline (RowIntervalOperationWrapper_2_t345FFFF665197120E524D5FE738863DC55187A15 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_14 = (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * L_15; L_15 = (( ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 * (*) (ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)(ProjectiveOperation_1_t905BD507C367AA5D9AD60401A476962C39346BC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mE67F06426E35DF0B115985CA19D3CBAE52C8B9FA_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_5 = ___operation5; ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 L_6 = (*(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m6344D7E8A2F6E45C988FCEC0F1EFAE3ED91593CB_gshared_inline (RowIntervalOperationWrapper_2_t4EA9C9CC1F7D5527BC772D6FF4DA9A6131E88792 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_14 = (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * L_15; L_15 = (( ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 * (*) (ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)(ProjectiveOperation_1_t6123C94F6147007E31288CE755F91EA6CC273AC3 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m7022240158156AC357503BDE2FD921BB3A68F76C_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_5 = ___operation5; ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 L_6 = (*(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m754A42377E3E27E00939C3A653D67BF4C0A71244_gshared_inline (RowIntervalOperationWrapper_2_tD07EF6DBB4FDB4AE19D0FADEA34491D708288B7E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_14 = (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * L_15; L_15 = (( ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 * (*) (ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)(ProjectiveOperation_1_tB3FC3E5F52E8C256910B9FB1C7878EB1A28B14C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mD858D636885F5414FB37786F78202D2B0557110A_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_5 = ___operation5; ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 L_6 = (*(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mDCF7600337C148F860AB2FD28DA2D2871E531E24_gshared_inline (RowIntervalOperationWrapper_2_t7AF26626B53CD1EF29AB7179274048BB19610C4B * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_14 = (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * L_15; L_15 = (( ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 * (*) (ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)(ProjectiveOperation_1_t781B3D9D9B71290F9B6145552884130F30098070 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mA0BF4264E6124E9E9FDE486DEAB4BCCE570832B8_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_5 = ___operation5; ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D L_6 = (*(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m8BECED1A7E0E186B448F3FC3890A5F77E973AFA1_gshared_inline (RowIntervalOperationWrapper_2_t20CABE9C68DA2A7544AD15F3F84C3399245EC325 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_14 = (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * L_15; L_15 = (( ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D * (*) (ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)(ProjectiveOperation_1_t3F715FBF967AE6BA794AA4ABD6AC8ECAF04C784D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m5BAFC33BFD460880DEB69CAB7009256E2CE5D6F9_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_5 = ___operation5; ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 L_6 = (*(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m65E40738827EE04FE4EC9D44CE19783AF28C0E84_gshared_inline (RowIntervalOperationWrapper_2_t62D7E97959ED5E6AC962CCA59CF760A939DE8604 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_14 = (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * L_15; L_15 = (( ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 * (*) (ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)(ProjectiveOperation_1_tACA1133BFE2A114CF9812E37E851532BC6F82981 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m4FECAF42994473C761AD707EE6A44F788F5BDF5B_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_5 = ___operation5; ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB L_6 = (*(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mFF648900C4AD23C9A7F86EB36AECC5B7C51F23D8_gshared_inline (RowIntervalOperationWrapper_2_t8C7172717ABC79975089C4551B5EBA4381CDB28E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_14 = (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * L_15; L_15 = (( ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB * (*) (ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)(ProjectiveOperation_1_tF3E97B2C7A1B8C3883F93665413F934712775FFB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m0CCCE6C82C97CF269E8C8BE14321971CB3149BFF_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_5 = ___operation5; ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB L_6 = (*(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m07204371EE8869079B445D702B6E4FF58E53AE64_gshared_inline (RowIntervalOperationWrapper_2_tC916AB7BE39F8195257B2C46A9BC0AB075BA6EAC * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_14 = (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * L_15; L_15 = (( ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB * (*) (ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)(ProjectiveOperation_1_tD6F34E181FAF5520895E90331D952201D4243EBB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mF950F2225319851F1F6C85475D0DAE861EDFF6C8_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_5 = ___operation5; ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 L_6 = (*(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m918DC6E59BF64AEEF775EDBE79FB1C8BBFE6A765_gshared_inline (RowIntervalOperationWrapper_2_tB07199EA079A1321952D0E61A54E7EF2CACB82FD * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_14 = (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * L_15; L_15 = (( ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 * (*) (ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)(ProjectiveOperation_1_tA6F901952C87D3873CDB1C03AC2222EECABF91C4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m30093FDC449AD09843CCFED4F7C1298A18178E31_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_5 = ___operation5; ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B L_6 = (*(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2579CD195160D77BA01EE7A8441562EAC1D061CA_gshared_inline (RowIntervalOperationWrapper_2_tBD86D56F80DA5162CEABEF36EB246E7FCE324DC4 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_14 = (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * L_15; L_15 = (( ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B * (*) (ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)(ProjectiveOperation_1_t2B25338B7B39A10DE1F14D0708DC87F9CAE91A2B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_mEA645BA7D057D6A4AADB2885269C18A3C43499A7_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_5 = ___operation5; ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 L_6 = (*(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mEF8458F5DCCD700B4F382BDD748FFCC52F5094F9_gshared_inline (RowIntervalOperationWrapper_2_t2A4F387CEA234D5CC4B4D67497C7A242C3E99888 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_14 = (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * L_15; L_15 = (( ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 * (*) (ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)(ProjectiveOperation_1_t0962974C2A7F84A336D588493AB6D7F6FFA94068 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m22F6B1F5746CBD0F7CFFFC0A1279694AEEA5143D_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_5 = ___operation5; ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 L_6 = (*(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_m2410CE722E519BCF9CA8E41829805E8EB3F20DA4_gshared_inline (RowIntervalOperationWrapper_2_t10BE93E8343C17560044A37CB6E3665AFA6D1C11 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_14 = (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)__this->get_address_of_operation_5(); ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * L_15; L_15 = (( ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 * (*) (ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)(ProjectiveOperation_1_tCD9A3A6DF5F97C839C83739A800A0D004476BE86 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2__ctor_m10D64C6066B95273D869429C0B28943DC5550929_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___minY0, int32_t ___maxY1, int32_t ___stepY2, int32_t ___width3, MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___allocator4, ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * ___operation5, const RuntimeMethod* method) { { int32_t L_0 = ___minY0; __this->set_minY_0(L_0); int32_t L_1 = ___maxY1; __this->set_maxY_1(L_1); int32_t L_2 = ___stepY2; __this->set_stepY_2(L_2); int32_t L_3 = ___width3; __this->set_width_3(L_3); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_4 = ___allocator4; __this->set_allocator_4(L_4); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_5 = ___operation5; ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A L_6 = (*(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_5); __this->set_operation_5(L_6); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RowIntervalOperationWrapper_2_Invoke_mAF5E031B6D7CD0213F5D6ECCE580A532E5D39687_gshared_inline (RowIntervalOperationWrapper_2_t24D4FF81F21A14DC86A6E0657B9F1EE4F8197460 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = (int32_t)__this->get_minY_0(); int32_t L_1 = ___i0; int32_t L_2 = (int32_t)__this->get_stepY_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_2)))); int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_maxY_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_001a; } } { return; } IL_001a: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_stepY_2(); int32_t L_7 = (int32_t)__this->get_maxY_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7, /*hidden argument*/NULL); V_1 = (int32_t)L_8; int32_t L_9 = V_0; int32_t L_10 = V_1; RowInterval__ctor_m05BC918DF7F68DB45DA61CAF41862E1A80FF7C46((RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * L_11 = (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)__this->get_allocator_4(); int32_t L_12 = (int32_t)__this->get_width_3(); NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_11, (int32_t)L_12, (int32_t)0); V_3 = (RuntimeObject*)L_13; } IL_004a: try {// begin try (depth: 1) ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_14 = (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)__this->get_address_of_operation_5(); ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * L_15; L_15 = (( ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A * (*) (ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)(ProjectiveOperation_1_t390B6F1769FC1F170BB5D3A947E05054753D630A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 >::Invoke(0 /* System.Memory`1 System.Buffers.IMemoryOwner`1::get_Memory() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), (RuntimeObject*)L_16); V_4 = (Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 )L_17; Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 L_18; L_18 = Memory_1_get_Span_m8B8390ACE70513AA4C730EE19E88E43C97ECCD5A_inline((Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); Il2CppFakeBox L_19(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4), L_15); const VirtualInvokeData& il2cpp_virtual_invoke_data__108 = il2cpp_codegen_get_interface_invoke_data(0, (&L_19), IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); (( void (*) (RuntimeObject*, RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *, Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 , const RuntimeMethod*))il2cpp_virtual_invoke_data__108.methodPtr)((RuntimeObject*)(&L_19), (RowInterval_t13F7C69FCA30EB33959A9736BAB207CB35C065C9 *)(&V_2), (Span_1_t3BADF86A08C18CBFB39B43E0E09085BAA32B6212 )L_18, /*hidden argument*/il2cpp_virtual_invoke_data__108.method); *L_15 = L_19.m_Value; IL2CPP_LEAVE(0x7D, FINALLY_0073); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_007c; } } IL_0076: { RuntimeObject* L_21 = V_3; NullCheck((RuntimeObject*)L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_21); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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 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; } }