#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { 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_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Buffers.IMemoryOwner`1 struct IMemoryOwner_1_t36EE8FA3FD23861B4E4DC46740BAAF29984F20CD; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t1A8E2D3D2514261AD5FB347860EB8E7A78D6A606; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t166977FE93893F89D7620540A8ADF3F3E2170BDA; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t79C02C694D85C99B8FFE79FFE8ECF22C962F9CB3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t91E59929C2ABFF62B997C73D07A24426A1EC4351; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t21F6534F41AC965439A673009C2FCE9140F6F90B; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Collections.Generic.List`1> struct List_1_tD06950283859C5EF1757856EE41AE815B706671E; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // SixLabors.ImageSharp.Processing.Processors.Dithering.IDither struct IDither_tB1BC2138CF8A32B56B768E7CE835FF2120601C1E; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // SixLabors.ImageSharp.Formats.Pbm.IPbmEncoderOptions struct IPbmEncoderOptions_tF9546794A2E31E443E825F615FA1E6D8D395E3B9; // SixLabors.ImageSharp.Processing.Processors.Quantization.IPixelSamplingStrategy struct IPixelSamplingStrategy_t5E6D3D7B5A122398D9A0648EF935912B5A7650E0; // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer struct IQuantizer_t5AAB14ED336A478AC277C26144353FA48E952453; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler struct IResampler_t9A142A7233BBEE53FCB8BD13C55D02D1FF50A479; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // SixLabors.ImageSharp.Formats.Png.PngEncoderOptions struct PngEncoderOptions_tB08B46EFEDD03A70A2C9FE1FD2DFC11BE666EA3F; // SixLabors.ImageSharp.Processing.ResizeOptions struct ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C const RuntimeMethod* BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_RuntimeMethod_var; 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 // SixLabors.ImageSharp.Advanced.AotCompilerTools struct AotCompilerTools_t616CF7A4AB4C5AF09A2EE87C2DFEC4FEC64A05A4 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory struct DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy struct DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D : public RuntimeObject { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::k__BackingField int64_t ___U3CMaximumPixelsU3Ek__BackingField_0; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::k__BackingField double ___U3CMinimumScanRatioU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CMaximumPixelsU3Ek__BackingField_0() { return static_cast(offsetof(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D, ___U3CMaximumPixelsU3Ek__BackingField_0)); } inline int64_t get_U3CMaximumPixelsU3Ek__BackingField_0() const { return ___U3CMaximumPixelsU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CMaximumPixelsU3Ek__BackingField_0() { return &___U3CMaximumPixelsU3Ek__BackingField_0; } inline void set_U3CMaximumPixelsU3Ek__BackingField_0(int64_t value) { ___U3CMaximumPixelsU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMinimumScanRatioU3Ek__BackingField_1() { return static_cast(offsetof(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D, ___U3CMinimumScanRatioU3Ek__BackingField_1)); } inline double get_U3CMinimumScanRatioU3Ek__BackingField_1() const { return ___U3CMinimumScanRatioU3Ek__BackingField_1; } inline double* get_address_of_U3CMinimumScanRatioU3Ek__BackingField_1() { return &___U3CMinimumScanRatioU3Ek__BackingField_1; } inline void set_U3CMinimumScanRatioU3Ek__BackingField_1(double value) { ___U3CMinimumScanRatioU3Ek__BackingField_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.ExtensivePixelSamplingStrategy struct ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // 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); } }; // SixLabors.ImageSharp.Formats.Png.PngEncoderCore struct PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Png.PngEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Png.PngEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; // System.Byte[] SixLabors.ImageSharp.Formats.Png.PngEncoderCore::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // System.Byte[] SixLabors.ImageSharp.Formats.Png.PngEncoderCore::chunkDataBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___chunkDataBuffer_3; // SixLabors.ImageSharp.Formats.Png.PngEncoderOptions SixLabors.ImageSharp.Formats.Png.PngEncoderCore::options PngEncoderOptions_tB08B46EFEDD03A70A2C9FE1FD2DFC11BE666EA3F * ___options_4; // System.Byte SixLabors.ImageSharp.Formats.Png.PngEncoderCore::bitDepth uint8_t ___bitDepth_5; // System.Boolean SixLabors.ImageSharp.Formats.Png.PngEncoderCore::use16Bit bool ___use16Bit_6; // System.Int32 SixLabors.ImageSharp.Formats.Png.PngEncoderCore::bytesPerPixel int32_t ___bytesPerPixel_7; // System.Int32 SixLabors.ImageSharp.Formats.Png.PngEncoderCore::width int32_t ___width_8; // System.Int32 SixLabors.ImageSharp.Formats.Png.PngEncoderCore::height int32_t ___height_9; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Png.PngEncoderCore::previousScanline RuntimeObject* ___previousScanline_10; // System.Buffers.IMemoryOwner`1 SixLabors.ImageSharp.Formats.Png.PngEncoderCore::currentScanline RuntimeObject* ___currentScanline_11; public: inline static int32_t get_offset_of_memoryAllocator_0() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___memoryAllocator_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_0() const { return ___memoryAllocator_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_0() { return &___memoryAllocator_0; } inline void set_memoryAllocator_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_0), (void*)value); } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_chunkDataBuffer_3() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___chunkDataBuffer_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_chunkDataBuffer_3() const { return ___chunkDataBuffer_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_chunkDataBuffer_3() { return &___chunkDataBuffer_3; } inline void set_chunkDataBuffer_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___chunkDataBuffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunkDataBuffer_3), (void*)value); } inline static int32_t get_offset_of_options_4() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___options_4)); } inline PngEncoderOptions_tB08B46EFEDD03A70A2C9FE1FD2DFC11BE666EA3F * get_options_4() const { return ___options_4; } inline PngEncoderOptions_tB08B46EFEDD03A70A2C9FE1FD2DFC11BE666EA3F ** get_address_of_options_4() { return &___options_4; } inline void set_options_4(PngEncoderOptions_tB08B46EFEDD03A70A2C9FE1FD2DFC11BE666EA3F * value) { ___options_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_4), (void*)value); } inline static int32_t get_offset_of_bitDepth_5() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___bitDepth_5)); } inline uint8_t get_bitDepth_5() const { return ___bitDepth_5; } inline uint8_t* get_address_of_bitDepth_5() { return &___bitDepth_5; } inline void set_bitDepth_5(uint8_t value) { ___bitDepth_5 = value; } inline static int32_t get_offset_of_use16Bit_6() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___use16Bit_6)); } inline bool get_use16Bit_6() const { return ___use16Bit_6; } inline bool* get_address_of_use16Bit_6() { return &___use16Bit_6; } inline void set_use16Bit_6(bool value) { ___use16Bit_6 = value; } inline static int32_t get_offset_of_bytesPerPixel_7() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___bytesPerPixel_7)); } inline int32_t get_bytesPerPixel_7() const { return ___bytesPerPixel_7; } inline int32_t* get_address_of_bytesPerPixel_7() { return &___bytesPerPixel_7; } inline void set_bytesPerPixel_7(int32_t value) { ___bytesPerPixel_7 = value; } inline static int32_t get_offset_of_width_8() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___width_8)); } inline int32_t get_width_8() const { return ___width_8; } inline int32_t* get_address_of_width_8() { return &___width_8; } inline void set_width_8(int32_t value) { ___width_8 = value; } inline static int32_t get_offset_of_height_9() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___height_9)); } inline int32_t get_height_9() const { return ___height_9; } inline int32_t* get_address_of_height_9() { return &___height_9; } inline void set_height_9(int32_t value) { ___height_9 = value; } inline static int32_t get_offset_of_previousScanline_10() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___previousScanline_10)); } inline RuntimeObject* get_previousScanline_10() const { return ___previousScanline_10; } inline RuntimeObject** get_address_of_previousScanline_10() { return &___previousScanline_10; } inline void set_previousScanline_10(RuntimeObject* value) { ___previousScanline_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousScanline_10), (void*)value); } inline static int32_t get_offset_of_currentScanline_11() { return static_cast(offsetof(PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0, ___currentScanline_11)); } inline RuntimeObject* get_currentScanline_11() const { return ___currentScanline_11; } inline RuntimeObject** get_address_of_currentScanline_11() { return &___currentScanline_11; } inline void set_currentScanline_11(RuntimeObject* value) { ___currentScanline_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentScanline_11), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions struct QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 : public RuntimeObject { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions::ditherScale float ___ditherScale_0; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions::maxColors int32_t ___maxColors_1; // SixLabors.ImageSharp.Processing.Processors.Dithering.IDither SixLabors.ImageSharp.Processing.Processors.Quantization.QuantizerOptions::k__BackingField RuntimeObject* ___U3CDitherU3Ek__BackingField_2; public: inline static int32_t get_offset_of_ditherScale_0() { return static_cast(offsetof(QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29, ___ditherScale_0)); } inline float get_ditherScale_0() const { return ___ditherScale_0; } inline float* get_address_of_ditherScale_0() { return &___ditherScale_0; } inline void set_ditherScale_0(float value) { ___ditherScale_0 = value; } inline static int32_t get_offset_of_maxColors_1() { return static_cast(offsetof(QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29, ___maxColors_1)); } inline int32_t get_maxColors_1() const { return ___maxColors_1; } inline int32_t* get_address_of_maxColors_1() { return &___maxColors_1; } inline void set_maxColors_1(int32_t value) { ___maxColors_1 = value; } inline static int32_t get_offset_of_U3CDitherU3Ek__BackingField_2() { return static_cast(offsetof(QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29, ___U3CDitherU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CDitherU3Ek__BackingField_2() const { return ___U3CDitherU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CDitherU3Ek__BackingField_2() { return &___U3CDitherU3Ek__BackingField_2; } inline void set_U3CDitherU3Ek__BackingField_2(RuntimeObject* value) { ___U3CDitherU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDitherU3Ek__BackingField_2), (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.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // 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: }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // 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; } }; // 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.Size struct Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E { public: // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler struct TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF { public: union { struct { }; uint8_t TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF__padding[1]; }; public: }; // 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.CloningImageProcessor`1 struct CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.AllocationOptions struct AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5 { public: // System.Int32 SixLabors.ImageSharp.Memory.AllocationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AllocationOptions_tCB6894D38AC77768F7DF2251B4D209F764FD00B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Bmp.BmpBitsPerPixel struct BmpBitsPerPixel_t607D965770D6CB44316ACAD61E1238516CABCBFD { public: // System.Int16 SixLabors.ImageSharp.Formats.Bmp.BmpBitsPerPixel::value__ int16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BmpBitsPerPixel_t607D965770D6CB44316ACAD61E1238516CABCBFD, ___value___2)); } inline int16_t get_value___2() const { return ___value___2; } inline int16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int16_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Compression.Zlib.DeflateCompressionLevel struct DeflateCompressionLevel_tE09B928A16D323751CA2778E208435F7D2DE68F8 { public: // System.Int32 SixLabors.ImageSharp.Compression.Zlib.DeflateCompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeflateCompressionLevel_tE09B928A16D323751CA2778E208435F7D2DE68F8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Gif.GifColorTableMode struct GifColorTableMode_t3F0B7C1B433371D233F95C3C378DA3B822680031 { public: // System.Int32 SixLabors.ImageSharp.Formats.Gif.GifColorTableMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GifColorTableMode_t3F0B7C1B433371D233F95C3C378DA3B822680031, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Image::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Image::size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___size_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Image::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // SixLabors.ImageSharp.Formats.PixelTypeInfo SixLabors.ImageSharp.Image::k__BackingField PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * ___U3CPixelTypeU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::k__BackingField ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ___U3CMetadataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___size_1)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_size_1() const { return ___size_1; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_size_1() { return &___size_1; } inline void set_size_1(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___size_1 = value; } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelTypeU3Ek__BackingField_3() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CPixelTypeU3Ek__BackingField_3)); } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * get_U3CPixelTypeU3Ek__BackingField_3() const { return ___U3CPixelTypeU3Ek__BackingField_3; } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E ** get_address_of_U3CPixelTypeU3Ek__BackingField_3() { return &___U3CPixelTypeU3Ek__BackingField_3; } inline void set_U3CPixelTypeU3Ek__BackingField_3(PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * value) { ___U3CPixelTypeU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelTypeU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_4() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CMetadataU3Ek__BackingField_4)); } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * get_U3CMetadataU3Ek__BackingField_4() const { return ___U3CMetadataU3Ek__BackingField_4; } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA ** get_address_of_U3CMetadataU3Ek__BackingField_4() { return &___U3CMetadataU3Ek__BackingField_4; } inline void set_U3CMetadataU3Ek__BackingField_4(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * value) { ___U3CMetadataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Jpeg.JpegColorType struct JpegColorType_tFEC4B83B82A813218BDA67038505042E5CE29F2B { public: // System.Byte SixLabors.ImageSharp.Formats.Jpeg.JpegColorType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JpegColorType_tFEC4B83B82A813218BDA67038505042E5CE29F2B, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Pbm.PbmColorType struct PbmColorType_tBBEFC946969E6B417123797E217591E6C38E2A89 { public: // System.Byte SixLabors.ImageSharp.Formats.Pbm.PbmColorType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PbmColorType_tBBEFC946969E6B417123797E217591E6C38E2A89, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Pbm.PbmComponentType struct PbmComponentType_t78FE7AAE0BBC0B8D00784F2D2D468445189682E1 { public: // System.Byte SixLabors.ImageSharp.Formats.Pbm.PbmComponentType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PbmComponentType_t78FE7AAE0BBC0B8D00784F2D2D468445189682E1, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Pbm.PbmEncoding struct PbmEncoding_t05771DD8E9B79C5787407C9670048508E669ACD8 { public: // System.Byte SixLabors.ImageSharp.Formats.Pbm.PbmEncoding::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PbmEncoding_t05771DD8E9B79C5787407C9670048508E669ACD8, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tga.TgaBitsPerPixel struct TgaBitsPerPixel_tCE76CA0591FB9B4F026C62DB3BE986888C680E8C { public: // System.Byte SixLabors.ImageSharp.Formats.Tga.TgaBitsPerPixel::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TgaBitsPerPixel_tCE76CA0591FB9B4F026C62DB3BE986888C680E8C, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tga.TgaCompression struct TgaCompression_t6DA1316676EE04494A90DC59B0878A5CBA4C5B52 { public: // System.Int32 SixLabors.ImageSharp.Formats.Tga.TgaCompression::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TgaCompression_t6DA1316676EE04494A90DC59B0878A5CBA4C5B52, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.TiffBitsPerPixel struct TiffBitsPerPixel_tB29CF0A33677E0FF60D9F285A34CB20D23975A84 { public: // System.Int32 SixLabors.ImageSharp.Formats.Tiff.TiffBitsPerPixel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiffBitsPerPixel_tB29CF0A33677E0FF60D9F285A34CB20D23975A84, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Constants.TiffCompression struct TiffCompression_t2020BEC27F01CCCABFB7FB71107770F56CC48E71 { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Constants.TiffCompression::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiffCompression_t2020BEC27F01CCCABFB7FB71107770F56CC48E71, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPhotometricInterpretation struct TiffPhotometricInterpretation_tC6C71B8D10980F71A287A3A54632883C75C729C2 { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPhotometricInterpretation::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiffPhotometricInterpretation_tC6C71B8D10980F71A287A3A54632883C75C729C2, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPredictor struct TiffPredictor_t95BD574773F1337C2701C3384509D9518EF56336 { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.Constants.TiffPredictor::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiffPredictor_t95BD574773F1337C2701C3384509D9518EF56336, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Webp.WebpEncodingMethod struct WebpEncodingMethod_tCFBBBD58DDF906B1D404671A6E208495D11A10EC { public: // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncodingMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebpEncodingMethod_tCFBBBD58DDF906B1D404671A6E208495D11A10EC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType struct WebpFileFormatType_t7730D83A0FEF7E96BC3125B92838DEF9B5D066C6 { public: // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebpFileFormatType_t7730D83A0FEF7E96BC3125B92838DEF9B5D066C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Formats.Webp.WebpTransparentColorMode struct WebpTransparentColorMode_t3CC512C5BC889B5D9D5CFCFBE8A3CA71733539A6 { public: // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpTransparentColorMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebpTransparentColorMode_t3CC512C5BC889B5D9D5CFCFBE8A3CA71733539A6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1, ___frames_5)); } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1, ___frames_5)); } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D, ___frames_5)); } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438, ___frames_5)); } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5, ___frames_5)); } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1, ___frames_5)); } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C, ___frames_5)); } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1, ___frames_5)); } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA, ___frames_5)); } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364, ___frames_5)); } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0, ___frames_5)); } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E, ___frames_5)); } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296, ___frames_5)); } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376, ___frames_5)); } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64, ___frames_5)); } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854, ___frames_5)); } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E, ___frames_5)); } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD, ___frames_5)); } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902, ___frames_5)); } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35, ___frames_5)); } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E, ___frames_5)); } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B, ___frames_5)); } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F, ___frames_5)); } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227, ___frames_5)); } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E, ___frames_5)); } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0, ___frames_5)); } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535, ___frames_5)); } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7, ___frames_5)); } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3, ___frames_5)); } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // System.Nullable`1 struct Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301 { public: // T System.Nullable`1::value int16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E { public: // T System.Nullable`1::value uint8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E, ___value_0)); } inline uint8_t get_value_0() const { return ___value_0; } inline uint8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248 { public: // T System.Nullable`1::value uint8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248, ___value_0)); } inline uint8_t get_value_0() const { return ___value_0; } inline uint8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508 { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B : public CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 : public CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 : public CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B : public CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C : public CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 { public: public: }; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Configuration::streamProcessingBufferSize int32_t ___streamProcessingBufferSize_1; // System.Int32 SixLabors.ImageSharp.Configuration::maxDegreeOfParallelism int32_t ___maxDegreeOfParallelism_2; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Configuration::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_3; // System.Boolean SixLabors.ImageSharp.Configuration::k__BackingField bool ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_6; // SixLabors.ImageSharp.ReadOrigin SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CReadOriginU3Ek__BackingField_7; // SixLabors.ImageSharp.Formats.ImageFormatManager SixLabors.ImageSharp.Configuration::k__BackingField ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * ___U3CImageFormatsManagerU3Ek__BackingField_8; // SixLabors.ImageSharp.IO.IFileSystem SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CFileSystemU3Ek__BackingField_9; // System.Int32 SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CImageOperationsProviderU3Ek__BackingField_11; public: inline static int32_t get_offset_of_streamProcessingBufferSize_1() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___streamProcessingBufferSize_1)); } inline int32_t get_streamProcessingBufferSize_1() const { return ___streamProcessingBufferSize_1; } inline int32_t* get_address_of_streamProcessingBufferSize_1() { return &___streamProcessingBufferSize_1; } inline void set_streamProcessingBufferSize_1(int32_t value) { ___streamProcessingBufferSize_1 = value; } inline static int32_t get_offset_of_maxDegreeOfParallelism_2() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___maxDegreeOfParallelism_2)); } inline int32_t get_maxDegreeOfParallelism_2() const { return ___maxDegreeOfParallelism_2; } inline int32_t* get_address_of_maxDegreeOfParallelism_2() { return &___maxDegreeOfParallelism_2; } inline void set_maxDegreeOfParallelism_2(int32_t value) { ___maxDegreeOfParallelism_2 = value; } inline static int32_t get_offset_of_memoryAllocator_3() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___memoryAllocator_3)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_3() const { return ___memoryAllocator_3; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_3() { return &___memoryAllocator_3; } inline void set_memoryAllocator_3(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_3), (void*)value); } inline static int32_t get_offset_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5)); } inline bool get_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() const { return ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline bool* get_address_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return &___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline void set_U3CPreferContiguousImageBuffersU3Ek__BackingField_5(bool value) { ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_6() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPropertiesU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_6() const { return ___U3CPropertiesU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_6() { return &___U3CPropertiesU3Ek__BackingField_6; } inline void set_U3CPropertiesU3Ek__BackingField_6(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CReadOriginU3Ek__BackingField_7() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CReadOriginU3Ek__BackingField_7)); } inline int32_t get_U3CReadOriginU3Ek__BackingField_7() const { return ___U3CReadOriginU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CReadOriginU3Ek__BackingField_7() { return &___U3CReadOriginU3Ek__BackingField_7; } inline void set_U3CReadOriginU3Ek__BackingField_7(int32_t value) { ___U3CReadOriginU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageFormatsManagerU3Ek__BackingField_8)); } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * get_U3CImageFormatsManagerU3Ek__BackingField_8() const { return ___U3CImageFormatsManagerU3Ek__BackingField_8; } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 ** get_address_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return &___U3CImageFormatsManagerU3Ek__BackingField_8; } inline void set_U3CImageFormatsManagerU3Ek__BackingField_8(ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * value) { ___U3CImageFormatsManagerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageFormatsManagerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CFileSystemU3Ek__BackingField_9() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CFileSystemU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CFileSystemU3Ek__BackingField_9() const { return ___U3CFileSystemU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CFileSystemU3Ek__BackingField_9() { return &___U3CFileSystemU3Ek__BackingField_9; } inline void set_U3CFileSystemU3Ek__BackingField_9(RuntimeObject* value) { ___U3CFileSystemU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileSystemU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10)); } inline int32_t get_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() const { return ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return &___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline void set_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10(int32_t value) { ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageOperationsProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CImageOperationsProviderU3Ek__BackingField_11() const { return ___U3CImageOperationsProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return &___U3CImageOperationsProviderU3Ek__BackingField_11; } inline void set_U3CImageOperationsProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CImageOperationsProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageOperationsProviderU3Ek__BackingField_11), (void*)value); } }; struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.Configuration::Lazy Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * ___Lazy_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Configuration::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CDefaultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_Lazy_0() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___Lazy_0)); } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * get_Lazy_0() const { return ___Lazy_0; } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E ** get_address_of_Lazy_0() { return &___Lazy_0; } inline void set_Lazy_0(Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * value) { ___Lazy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lazy_0), (void*)value); } inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_4() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___U3CDefaultU3Ek__BackingField_4)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CDefaultU3Ek__BackingField_4() const { return ___U3CDefaultU3Ek__BackingField_4; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CDefaultU3Ek__BackingField_4() { return &___U3CDefaultU3Ek__BackingField_4; } inline void set_U3CDefaultU3Ek__BackingField_4(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CDefaultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore struct PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Formats.Pbm.IPbmEncoderOptions SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore::options RuntimeObject* ___options_1; // SixLabors.ImageSharp.Formats.Pbm.PbmEncoding SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore::encoding uint8_t ___encoding_2; // SixLabors.ImageSharp.Formats.Pbm.PbmColorType SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore::colorType uint8_t ___colorType_3; // SixLabors.ImageSharp.Formats.Pbm.PbmComponentType SixLabors.ImageSharp.Formats.Pbm.PbmEncoderCore::componentType uint8_t ___componentType_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_options_1() { return static_cast(offsetof(PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463, ___options_1)); } inline RuntimeObject* get_options_1() const { return ___options_1; } inline RuntimeObject** get_address_of_options_1() { return &___options_1; } inline void set_options_1(RuntimeObject* value) { ___options_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_1), (void*)value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463, ___encoding_2)); } inline uint8_t get_encoding_2() const { return ___encoding_2; } inline uint8_t* get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(uint8_t value) { ___encoding_2 = value; } inline static int32_t get_offset_of_colorType_3() { return static_cast(offsetof(PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463, ___colorType_3)); } inline uint8_t get_colorType_3() const { return ___colorType_3; } inline uint8_t* get_address_of_colorType_3() { return &___colorType_3; } inline void set_colorType_3(uint8_t value) { ___colorType_3 = value; } inline static int32_t get_offset_of_componentType_4() { return static_cast(offsetof(PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463, ___componentType_4)); } inline uint8_t get_componentType_4() const { return ___componentType_4; } inline uint8_t* get_address_of_componentType_4() { return &___componentType_4; } inline void set_componentType_4(uint8_t value) { ___componentType_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___source_6)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867, ___destination_7)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___source_6)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_source_6() const { return ___source_6; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827, ___destination_7)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___source_6)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C, ___destination_7)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___source_6)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_source_6() const { return ___source_6; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541, ___destination_7)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1 struct AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // System.Numerics.Matrix3x2 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::transformMatrix Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F ___transformMatrix_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::resampler RuntimeObject* ___resampler_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::source ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.AffineTransformProcessor`1::destination ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_transformMatrix_4() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___transformMatrix_4)); } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F get_transformMatrix_4() const { return ___transformMatrix_4; } inline Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F * get_address_of_transformMatrix_4() { return &___transformMatrix_4; } inline void set_transformMatrix_4(Matrix3x2_tACBF608E655F74709D3DD096782AAF8A4A200E2F value) { ___transformMatrix_4 = value; } inline static int32_t get_offset_of_resampler_5() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___resampler_5)); } inline RuntimeObject* get_resampler_5() const { return ___resampler_5; } inline RuntimeObject** get_address_of_resampler_5() { return &___resampler_5; } inline void set_resampler_5(RuntimeObject* value) { ___resampler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___source_6)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B, ___destination_7)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1 struct ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::resampler RuntimeObject* ___resampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::transformMatrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___transformMatrix_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::source ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destination ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_resampler_4() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1, ___resampler_4)); } inline RuntimeObject* get_resampler_4() const { return ___resampler_4; } inline RuntimeObject** get_address_of_resampler_4() { return &___resampler_4; } inline void set_resampler_4(RuntimeObject* value) { ___resampler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_4), (void*)value); } inline static int32_t get_offset_of_transformMatrix_5() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1, ___transformMatrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_transformMatrix_5() const { return ___transformMatrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_transformMatrix_5() { return &___transformMatrix_5; } inline void set_transformMatrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___transformMatrix_5 = value; } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1, ___source_6)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1, ___destination_7)); } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1 struct ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::resampler RuntimeObject* ___resampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::transformMatrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___transformMatrix_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::source ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destination ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_resampler_4() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B, ___resampler_4)); } inline RuntimeObject* get_resampler_4() const { return ___resampler_4; } inline RuntimeObject** get_address_of_resampler_4() { return &___resampler_4; } inline void set_resampler_4(RuntimeObject* value) { ___resampler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_4), (void*)value); } inline static int32_t get_offset_of_transformMatrix_5() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B, ___transformMatrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_transformMatrix_5() const { return ___transformMatrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_transformMatrix_5() { return &___transformMatrix_5; } inline void set_transformMatrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___transformMatrix_5 = value; } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B, ___source_6)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_source_6() const { return ___source_6; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B, ___destination_7)); } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1 struct ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::resampler RuntimeObject* ___resampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::transformMatrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___transformMatrix_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::source ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destination ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_resampler_4() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69, ___resampler_4)); } inline RuntimeObject* get_resampler_4() const { return ___resampler_4; } inline RuntimeObject** get_address_of_resampler_4() { return &___resampler_4; } inline void set_resampler_4(RuntimeObject* value) { ___resampler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_4), (void*)value); } inline static int32_t get_offset_of_transformMatrix_5() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69, ___transformMatrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_transformMatrix_5() const { return ___transformMatrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_transformMatrix_5() { return &___transformMatrix_5; } inline void set_transformMatrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___transformMatrix_5 = value; } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69, ___source_6)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_source_6() const { return ___source_6; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69, ___destination_7)); } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1 struct ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::resampler RuntimeObject* ___resampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::transformMatrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___transformMatrix_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::source ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destination ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_resampler_4() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3, ___resampler_4)); } inline RuntimeObject* get_resampler_4() const { return ___resampler_4; } inline RuntimeObject** get_address_of_resampler_4() { return &___resampler_4; } inline void set_resampler_4(RuntimeObject* value) { ___resampler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_4), (void*)value); } inline static int32_t get_offset_of_transformMatrix_5() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3, ___transformMatrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_transformMatrix_5() const { return ___transformMatrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_transformMatrix_5() { return &___transformMatrix_5; } inline void set_transformMatrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___transformMatrix_5 = value; } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3, ___source_6)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_source_6() const { return ___source_6; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3, ___destination_7)); } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1 struct ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destinationSize Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___destinationSize_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::resampler RuntimeObject* ___resampler_4; // System.Numerics.Matrix4x4 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::transformMatrix Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A ___transformMatrix_5; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::source ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___source_6; // SixLabors.ImageSharp.ImageFrame`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ProjectiveTransformProcessor`1::destination ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * ___destination_7; public: inline static int32_t get_offset_of_destinationSize_3() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C, ___destinationSize_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_destinationSize_3() const { return ___destinationSize_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_destinationSize_3() { return &___destinationSize_3; } inline void set_destinationSize_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___destinationSize_3 = value; } inline static int32_t get_offset_of_resampler_4() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C, ___resampler_4)); } inline RuntimeObject* get_resampler_4() const { return ___resampler_4; } inline RuntimeObject** get_address_of_resampler_4() { return &___resampler_4; } inline void set_resampler_4(RuntimeObject* value) { ___resampler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_4), (void*)value); } inline static int32_t get_offset_of_transformMatrix_5() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C, ___transformMatrix_5)); } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A get_transformMatrix_5() const { return ___transformMatrix_5; } inline Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A * get_address_of_transformMatrix_5() { return &___transformMatrix_5; } inline void set_transformMatrix_5(Matrix4x4_t1E89259C3D99BA2810CA69FE681E696781E8697A value) { ___transformMatrix_5 = value; } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C, ___source_6)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_source_6() const { return ___source_6; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_destination_7() { return static_cast(offsetof(ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C, ___destination_7)); } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * get_destination_7() const { return ___destination_7; } inline ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 ** get_address_of_destination_7() { return &___destination_7; } inline void set_destination_7(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * value) { ___destination_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_7), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA, ___destination_8)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_destination_8() const { return ___destination_8; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D, ___destination_8)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_destination_8() const { return ___destination_8; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA, ___destination_8)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_destination_8() const { return ___destination_8; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315, ___destination_8)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_destination_8() const { return ___destination_8; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1 struct ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Processing.ResizeOptions SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::options ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * ___options_3; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationWidth int32_t ___destinationWidth_4; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationHeight int32_t ___destinationHeight_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResampler SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::resampler RuntimeObject* ___resampler_6; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destinationRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___destinationRectangle_7; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Transforms.ResizeProcessor`1::destination Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___destination_8; public: inline static int32_t get_offset_of_options_3() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___options_3)); } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * get_options_3() const { return ___options_3; } inline ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 ** get_address_of_options_3() { return &___options_3; } inline void set_options_3(ResizeOptions_t2D6E69A68A36D70FEED0712CB1ACB7DFD313F831 * value) { ___options_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___options_3), (void*)value); } inline static int32_t get_offset_of_destinationWidth_4() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationWidth_4)); } inline int32_t get_destinationWidth_4() const { return ___destinationWidth_4; } inline int32_t* get_address_of_destinationWidth_4() { return &___destinationWidth_4; } inline void set_destinationWidth_4(int32_t value) { ___destinationWidth_4 = value; } inline static int32_t get_offset_of_destinationHeight_5() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationHeight_5)); } inline int32_t get_destinationHeight_5() const { return ___destinationHeight_5; } inline int32_t* get_address_of_destinationHeight_5() { return &___destinationHeight_5; } inline void set_destinationHeight_5(int32_t value) { ___destinationHeight_5 = value; } inline static int32_t get_offset_of_resampler_6() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___resampler_6)); } inline RuntimeObject* get_resampler_6() const { return ___resampler_6; } inline RuntimeObject** get_address_of_resampler_6() { return &___resampler_6; } inline void set_resampler_6(RuntimeObject* value) { ___resampler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___resampler_6), (void*)value); } inline static int32_t get_offset_of_destinationRectangle_7() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destinationRectangle_7)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_destinationRectangle_7() const { return ___destinationRectangle_7; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_destinationRectangle_7() { return &___destinationRectangle_7; } inline void set_destinationRectangle_7(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___destinationRectangle_7 = value; } inline static int32_t get_offset_of_destination_8() { return static_cast(offsetof(ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897, ___destination_8)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_destination_8() const { return ___destination_8; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_destination_8() { return &___destination_8; } inline void set_destination_8(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___destination_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_8), (void*)value); } }; // SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore struct BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::padding int32_t ___padding_0; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // System.Nullable`1 SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::bitsPerPixel Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301 ___bitsPerPixel_3; // System.Boolean SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::writeV4Header bool ___writeV4Header_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Formats.Bmp.BmpEncoderCore::quantizer RuntimeObject* ___quantizer_5; public: inline static int32_t get_offset_of_padding_0() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___padding_0)); } inline int32_t get_padding_0() const { return ___padding_0; } inline int32_t* get_address_of_padding_0() { return &___padding_0; } inline void set_padding_0(int32_t value) { ___padding_0 = value; } inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_bitsPerPixel_3() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___bitsPerPixel_3)); } inline Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301 get_bitsPerPixel_3() const { return ___bitsPerPixel_3; } inline Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301 * get_address_of_bitsPerPixel_3() { return &___bitsPerPixel_3; } inline void set_bitsPerPixel_3(Nullable_1_tBAF8DAFFB2C803152107FF6718D37F4993A0E301 value) { ___bitsPerPixel_3 = value; } inline static int32_t get_offset_of_writeV4Header_4() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___writeV4Header_4)); } inline bool get_writeV4Header_4() const { return ___writeV4Header_4; } inline bool* get_address_of_writeV4Header_4() { return &___writeV4Header_4; } inline void set_writeV4Header_4(bool value) { ___writeV4Header_4 = value; } inline static int32_t get_offset_of_quantizer_5() { return static_cast(offsetof(BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4, ___quantizer_5)); } inline RuntimeObject* get_quantizer_5() const { return ___quantizer_5; } inline RuntimeObject** get_address_of_quantizer_5() { return &___quantizer_5; } inline void set_quantizer_5(RuntimeObject* value) { ___quantizer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_5), (void*)value); } }; // SixLabors.ImageSharp.Formats.Gif.GifEncoderCore struct GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; // System.Byte[] SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::quantizer RuntimeObject* ___quantizer_3; // System.Nullable`1 SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::colorTableMode Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376 ___colorTableMode_4; // System.Int32 SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::bitDepth int32_t ___bitDepth_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.IPixelSamplingStrategy SixLabors.ImageSharp.Formats.Gif.GifEncoderCore::pixelSamplingStrategy RuntimeObject* ___pixelSamplingStrategy_6; public: inline static int32_t get_offset_of_memoryAllocator_0() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___memoryAllocator_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_0() const { return ___memoryAllocator_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_0() { return &___memoryAllocator_0; } inline void set_memoryAllocator_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_0), (void*)value); } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_quantizer_3() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___quantizer_3)); } inline RuntimeObject* get_quantizer_3() const { return ___quantizer_3; } inline RuntimeObject** get_address_of_quantizer_3() { return &___quantizer_3; } inline void set_quantizer_3(RuntimeObject* value) { ___quantizer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_3), (void*)value); } inline static int32_t get_offset_of_colorTableMode_4() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___colorTableMode_4)); } inline Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376 get_colorTableMode_4() const { return ___colorTableMode_4; } inline Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376 * get_address_of_colorTableMode_4() { return &___colorTableMode_4; } inline void set_colorTableMode_4(Nullable_1_tFCC6E7290A51CDD70D914603CBA4186F12F6F376 value) { ___colorTableMode_4 = value; } inline static int32_t get_offset_of_bitDepth_5() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___bitDepth_5)); } inline int32_t get_bitDepth_5() const { return ___bitDepth_5; } inline int32_t* get_address_of_bitDepth_5() { return &___bitDepth_5; } inline void set_bitDepth_5(int32_t value) { ___bitDepth_5 = value; } inline static int32_t get_offset_of_pixelSamplingStrategy_6() { return static_cast(offsetof(GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422, ___pixelSamplingStrategy_6)); } inline RuntimeObject* get_pixelSamplingStrategy_6() const { return ___pixelSamplingStrategy_6; } inline RuntimeObject** get_address_of_pixelSamplingStrategy_6() { return &___pixelSamplingStrategy_6; } inline void set_pixelSamplingStrategy_6(RuntimeObject* value) { ___pixelSamplingStrategy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixelSamplingStrategy_6), (void*)value); } }; // SixLabors.ImageSharp.Formats.Jpeg.JpegEncoderCore struct JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA : public RuntimeObject { public: // System.Byte[] SixLabors.ImageSharp.Formats.Jpeg.JpegEncoderCore::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_0; // System.Nullable`1 SixLabors.ImageSharp.Formats.Jpeg.JpegEncoderCore::quality Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___quality_1; // System.Nullable`1 SixLabors.ImageSharp.Formats.Jpeg.JpegEncoderCore::colorType Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E ___colorType_2; // System.IO.Stream SixLabors.ImageSharp.Formats.Jpeg.JpegEncoderCore::outputStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outputStream_3; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA, ___buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_quality_1() { return static_cast(offsetof(JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA, ___quality_1)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_quality_1() const { return ___quality_1; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_quality_1() { return &___quality_1; } inline void set_quality_1(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___quality_1 = value; } inline static int32_t get_offset_of_colorType_2() { return static_cast(offsetof(JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA, ___colorType_2)); } inline Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E get_colorType_2() const { return ___colorType_2; } inline Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E * get_address_of_colorType_2() { return &___colorType_2; } inline void set_colorType_2(Nullable_1_t983EE1FD86AFF079F18C43AC772B5567A818707E value) { ___colorType_2 = value; } inline static int32_t get_offset_of_outputStream_3() { return static_cast(offsetof(JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA, ___outputStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_outputStream_3() const { return ___outputStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_outputStream_3() { return &___outputStream_3; } inline void set_outputStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___outputStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputStream_3), (void*)value); } }; // SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore struct TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_1; // System.Byte[] SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // System.Nullable`1 SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore::bitsPerPixel Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248 ___bitsPerPixel_3; // SixLabors.ImageSharp.Formats.Tga.TgaCompression SixLabors.ImageSharp.Formats.Tga.TgaEncoderCore::compression int32_t ___compression_4; public: inline static int32_t get_offset_of_memoryAllocator_0() { return static_cast(offsetof(TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E, ___memoryAllocator_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_0() const { return ___memoryAllocator_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_0() { return &___memoryAllocator_0; } inline void set_memoryAllocator_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_0), (void*)value); } inline static int32_t get_offset_of_configuration_1() { return static_cast(offsetof(TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E, ___configuration_1)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_1() const { return ___configuration_1; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_1() { return &___configuration_1; } inline void set_configuration_1(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_bitsPerPixel_3() { return static_cast(offsetof(TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E, ___bitsPerPixel_3)); } inline Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248 get_bitsPerPixel_3() const { return ___bitsPerPixel_3; } inline Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248 * get_address_of_bitsPerPixel_3() { return &___bitsPerPixel_3; } inline void set_bitsPerPixel_3(Nullable_1_tB14D777019B9753CE04E1F962E69BE28E2A0E248 value) { ___bitsPerPixel_3 = value; } inline static int32_t get_offset_of_compression_4() { return static_cast(offsetof(TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E, ___compression_4)); } inline int32_t get_compression_4() const { return ___compression_4; } inline int32_t* get_address_of_compression_4() { return &___compression_4; } inline void set_compression_4(int32_t value) { ___compression_4 = value; } }; // SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore struct TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_1; // System.Byte[] SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_3; // SixLabors.ImageSharp.Processing.Processors.Quantization.IQuantizer SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::quantizer RuntimeObject* ___quantizer_4; // SixLabors.ImageSharp.Compression.Zlib.DeflateCompressionLevel SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::compressionLevel int32_t ___compressionLevel_5; // System.Collections.Generic.List`1> SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::frameMarkers List_1_tD06950283859C5EF1757856EE41AE815B706671E * ___frameMarkers_6; // System.Nullable`1 SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::k__BackingField Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508 ___U3CPhotometricInterpretationU3Ek__BackingField_7; // System.Nullable`1 SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::k__BackingField Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C ___U3CCompressionTypeU3Ek__BackingField_8; // System.Nullable`1 SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::k__BackingField Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A ___U3CHorizontalPredictorU3Ek__BackingField_9; // System.Nullable`1 SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::k__BackingField Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176 ___U3CBitsPerPixelU3Ek__BackingField_10; public: inline static int32_t get_offset_of_memoryAllocator_1() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___memoryAllocator_1)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_1() const { return ___memoryAllocator_1; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_1() { return &___memoryAllocator_1; } inline void set_memoryAllocator_1(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_1), (void*)value); } inline static int32_t get_offset_of_buffer_2() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___buffer_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_2() const { return ___buffer_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_2() { return &___buffer_2; } inline void set_buffer_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_2), (void*)value); } inline static int32_t get_offset_of_configuration_3() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___configuration_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_3() const { return ___configuration_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_3() { return &___configuration_3; } inline void set_configuration_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_3), (void*)value); } inline static int32_t get_offset_of_quantizer_4() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___quantizer_4)); } inline RuntimeObject* get_quantizer_4() const { return ___quantizer_4; } inline RuntimeObject** get_address_of_quantizer_4() { return &___quantizer_4; } inline void set_quantizer_4(RuntimeObject* value) { ___quantizer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___quantizer_4), (void*)value); } inline static int32_t get_offset_of_compressionLevel_5() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___compressionLevel_5)); } inline int32_t get_compressionLevel_5() const { return ___compressionLevel_5; } inline int32_t* get_address_of_compressionLevel_5() { return &___compressionLevel_5; } inline void set_compressionLevel_5(int32_t value) { ___compressionLevel_5 = value; } inline static int32_t get_offset_of_frameMarkers_6() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___frameMarkers_6)); } inline List_1_tD06950283859C5EF1757856EE41AE815B706671E * get_frameMarkers_6() const { return ___frameMarkers_6; } inline List_1_tD06950283859C5EF1757856EE41AE815B706671E ** get_address_of_frameMarkers_6() { return &___frameMarkers_6; } inline void set_frameMarkers_6(List_1_tD06950283859C5EF1757856EE41AE815B706671E * value) { ___frameMarkers_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameMarkers_6), (void*)value); } inline static int32_t get_offset_of_U3CPhotometricInterpretationU3Ek__BackingField_7() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___U3CPhotometricInterpretationU3Ek__BackingField_7)); } inline Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508 get_U3CPhotometricInterpretationU3Ek__BackingField_7() const { return ___U3CPhotometricInterpretationU3Ek__BackingField_7; } inline Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508 * get_address_of_U3CPhotometricInterpretationU3Ek__BackingField_7() { return &___U3CPhotometricInterpretationU3Ek__BackingField_7; } inline void set_U3CPhotometricInterpretationU3Ek__BackingField_7(Nullable_1_tE5E8EF69D1E45D305292A63332CE635B95842508 value) { ___U3CPhotometricInterpretationU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CCompressionTypeU3Ek__BackingField_8() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___U3CCompressionTypeU3Ek__BackingField_8)); } inline Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C get_U3CCompressionTypeU3Ek__BackingField_8() const { return ___U3CCompressionTypeU3Ek__BackingField_8; } inline Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C * get_address_of_U3CCompressionTypeU3Ek__BackingField_8() { return &___U3CCompressionTypeU3Ek__BackingField_8; } inline void set_U3CCompressionTypeU3Ek__BackingField_8(Nullable_1_t56E248D55A2434492062A8242717A3C530D60D4C value) { ___U3CCompressionTypeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CHorizontalPredictorU3Ek__BackingField_9() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___U3CHorizontalPredictorU3Ek__BackingField_9)); } inline Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A get_U3CHorizontalPredictorU3Ek__BackingField_9() const { return ___U3CHorizontalPredictorU3Ek__BackingField_9; } inline Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A * get_address_of_U3CHorizontalPredictorU3Ek__BackingField_9() { return &___U3CHorizontalPredictorU3Ek__BackingField_9; } inline void set_U3CHorizontalPredictorU3Ek__BackingField_9(Nullable_1_t1DE3E4AE470ECF113DB2F696EE3C281FDC6A3B9A value) { ___U3CHorizontalPredictorU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CBitsPerPixelU3Ek__BackingField_10() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95, ___U3CBitsPerPixelU3Ek__BackingField_10)); } inline Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176 get_U3CBitsPerPixelU3Ek__BackingField_10() const { return ___U3CBitsPerPixelU3Ek__BackingField_10; } inline Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176 * get_address_of_U3CBitsPerPixelU3Ek__BackingField_10() { return &___U3CBitsPerPixelU3Ek__BackingField_10; } inline void set_U3CBitsPerPixelU3Ek__BackingField_10(Nullable_1_t976A92093DD582D1E6DC8E84254711E8F5381176 value) { ___U3CBitsPerPixelU3Ek__BackingField_10 = value; } }; struct TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95_StaticFields { public: // System.UInt16 SixLabors.ImageSharp.Formats.Tiff.TiffEncoderCore::ByteOrderMarker uint16_t ___ByteOrderMarker_0; public: inline static int32_t get_offset_of_ByteOrderMarker_0() { return static_cast(offsetof(TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95_StaticFields, ___ByteOrderMarker_0)); } inline uint16_t get_ByteOrderMarker_0() const { return ___ByteOrderMarker_0; } inline uint16_t* get_address_of_ByteOrderMarker_0() { return &___ByteOrderMarker_0; } inline void set_ByteOrderMarker_0(uint16_t value) { ___ByteOrderMarker_0 = value; } }; // SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore struct WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F : public RuntimeObject { public: // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_0; // System.Boolean SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::alphaCompression bool ___alphaCompression_1; // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::quality int32_t ___quality_2; // SixLabors.ImageSharp.Formats.Webp.WebpEncodingMethod SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::method int32_t ___method_3; // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::entropyPasses int32_t ___entropyPasses_4; // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::spatialNoiseShaping int32_t ___spatialNoiseShaping_5; // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::filterStrength int32_t ___filterStrength_6; // SixLabors.ImageSharp.Formats.Webp.WebpTransparentColorMode SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::transparentColorMode int32_t ___transparentColorMode_7; // System.Boolean SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::nearLossless bool ___nearLossless_8; // System.Int32 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::nearLosslessQuality int32_t ___nearLosslessQuality_9; // System.Nullable`1 SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::fileFormat Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2 ___fileFormat_10; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Formats.Webp.WebpEncoderCore::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_11; public: inline static int32_t get_offset_of_memoryAllocator_0() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___memoryAllocator_0)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_0() const { return ___memoryAllocator_0; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_0() { return &___memoryAllocator_0; } inline void set_memoryAllocator_0(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_0), (void*)value); } inline static int32_t get_offset_of_alphaCompression_1() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___alphaCompression_1)); } inline bool get_alphaCompression_1() const { return ___alphaCompression_1; } inline bool* get_address_of_alphaCompression_1() { return &___alphaCompression_1; } inline void set_alphaCompression_1(bool value) { ___alphaCompression_1 = value; } inline static int32_t get_offset_of_quality_2() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___quality_2)); } inline int32_t get_quality_2() const { return ___quality_2; } inline int32_t* get_address_of_quality_2() { return &___quality_2; } inline void set_quality_2(int32_t value) { ___quality_2 = value; } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___method_3)); } inline int32_t get_method_3() const { return ___method_3; } inline int32_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(int32_t value) { ___method_3 = value; } inline static int32_t get_offset_of_entropyPasses_4() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___entropyPasses_4)); } inline int32_t get_entropyPasses_4() const { return ___entropyPasses_4; } inline int32_t* get_address_of_entropyPasses_4() { return &___entropyPasses_4; } inline void set_entropyPasses_4(int32_t value) { ___entropyPasses_4 = value; } inline static int32_t get_offset_of_spatialNoiseShaping_5() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___spatialNoiseShaping_5)); } inline int32_t get_spatialNoiseShaping_5() const { return ___spatialNoiseShaping_5; } inline int32_t* get_address_of_spatialNoiseShaping_5() { return &___spatialNoiseShaping_5; } inline void set_spatialNoiseShaping_5(int32_t value) { ___spatialNoiseShaping_5 = value; } inline static int32_t get_offset_of_filterStrength_6() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___filterStrength_6)); } inline int32_t get_filterStrength_6() const { return ___filterStrength_6; } inline int32_t* get_address_of_filterStrength_6() { return &___filterStrength_6; } inline void set_filterStrength_6(int32_t value) { ___filterStrength_6 = value; } inline static int32_t get_offset_of_transparentColorMode_7() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___transparentColorMode_7)); } inline int32_t get_transparentColorMode_7() const { return ___transparentColorMode_7; } inline int32_t* get_address_of_transparentColorMode_7() { return &___transparentColorMode_7; } inline void set_transparentColorMode_7(int32_t value) { ___transparentColorMode_7 = value; } inline static int32_t get_offset_of_nearLossless_8() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___nearLossless_8)); } inline bool get_nearLossless_8() const { return ___nearLossless_8; } inline bool* get_address_of_nearLossless_8() { return &___nearLossless_8; } inline void set_nearLossless_8(bool value) { ___nearLossless_8 = value; } inline static int32_t get_offset_of_nearLosslessQuality_9() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___nearLosslessQuality_9)); } inline int32_t get_nearLosslessQuality_9() const { return ___nearLosslessQuality_9; } inline int32_t* get_address_of_nearLosslessQuality_9() { return &___nearLosslessQuality_9; } inline void set_nearLosslessQuality_9(int32_t value) { ___nearLosslessQuality_9 = value; } inline static int32_t get_offset_of_fileFormat_10() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___fileFormat_10)); } inline Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2 get_fileFormat_10() const { return ___fileFormat_10; } inline Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2 * get_address_of_fileFormat_10() { return &___fileFormat_10; } inline void set_fileFormat_10(Nullable_1_tA27AB047A5D9442EE23860770DFE8B9A81A397F2 value) { ___fileFormat_10 = value; } inline static int32_t get_offset_of_configuration_11() { return static_cast(offsetof(WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F, ___configuration_11)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_11() const { return ___configuration_11; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_11() { return &___configuration_11; } inline void set_configuration_11(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_11), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, RuntimeObject*, const RuntimeMethod*))BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, RuntimeObject*, const RuntimeMethod*))BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, RuntimeObject*, const RuntimeMethod*))LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, RuntimeObject*, const RuntimeMethod*))NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, RuntimeObject*, const RuntimeMethod*))TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, RuntimeObject*, const RuntimeMethod*))WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, RuntimeObject*, const RuntimeMethod*))BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, RuntimeObject*, const RuntimeMethod*))BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, RuntimeObject*, const RuntimeMethod*))LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, RuntimeObject*, const RuntimeMethod*))NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, RuntimeObject*, const RuntimeMethod*))TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, RuntimeObject*, const RuntimeMethod*))WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, RuntimeObject*, const RuntimeMethod*))BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, RuntimeObject*, const RuntimeMethod*))BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, RuntimeObject*, const RuntimeMethod*))LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, RuntimeObject*, const RuntimeMethod*))NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, RuntimeObject*, const RuntimeMethod*))TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, RuntimeObject*, const RuntimeMethod*))WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, RuntimeObject*, const RuntimeMethod*))BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, RuntimeObject*, const RuntimeMethod*))BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.LanczosResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, RuntimeObject*, const RuntimeMethod*))LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.NearestNeighborResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, RuntimeObject*, const RuntimeMethod*))NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.TriangleResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, RuntimeObject*, const RuntimeMethod*))TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.WelchResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, RuntimeObject*, const RuntimeMethod*))WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BicubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, RuntimeObject*, const RuntimeMethod*))BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.BoxResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, RuntimeObject*, const RuntimeMethod*))BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m078CE6AF689FF15EB492E4C46E26BD6EBD6BF916_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m09E5F48BE25966AAE54EB9160CD9DF8E70375893_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m3A78BFAC2A5113D9979680F2350BB167CFBA32F2_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC99E170A65BBD654F9E9DF5EDF3FA86B50D91A18_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mD1CF325F59B567C3CA42DA1FC2ED8A3DD4C40DA7_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m06A3EFA41834A90DBF49A1B62C91CA0C11B3E023_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m7EC20F3164C8C982E63BC102FDFE03A942F326C1_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m229D80CF1711E32CEC5AAFD1752FF43F87056138_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mE69A2E9EB31323335A6CFDD81BA5163D38830FBE_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mCE545D5AED621E35B526DDEBDD95459AD4023ADA_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m2FFA6E2C82884A4A0B2FF8ACE9B9C2BEAC52A38C_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mBFB57C783E88CE98AC2A6D0184F7731B5FBF6FB7_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m51473A6C20FAFE878D1681F1DE61D6BE072B0AF4_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m3029F326A829F25EFECD10E3B98659964DC3B39A_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m732D798CE751FDB17C61DCACB41D401C68B40ECB_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoderInternals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoderInternals_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m09F849321F0F0FE29432BC6E94CD6A45913EDC25_gshared (const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = V_0; NullCheck((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL); (( void (*) (WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WebpEncoderCore_t5269742B97391E373FA32397B16D6D13065AEF1F *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; NullCheck((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL); (( void (*) (BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BmpEncoderCore_t2CF96B2758BBE7D4B685D3938969E330492839A4 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = V_0; NullCheck((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL); (( void (*) (GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GifEncoderCore_t5C564F9B5FD981D9E15DA60A58B25352F1113422 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = V_0; NullCheck((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL); (( void (*) (JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((JpegEncoderCore_t4E8F7BB40232116F30F0ADB975678AD018EC4BFA *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = V_0; NullCheck((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL); (( void (*) (PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((PbmEncoderCore_t798EE9F55500B9963DB739FE11A234677A513463 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = V_0; NullCheck((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL); (( void (*) (PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((PngEncoderCore_t01E7AE8C90738D640B0FF6C38C2BE39B36DD26A0 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = V_0; NullCheck((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL); (( void (*) (TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((TgaEncoderCore_t9767E9A41B1BACFF9048B0171029BBFC4947A63E *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_7 = V_0; NullCheck((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL); (( void (*) (TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((TiffEncoderCore_t8EFF2DA6CAC038D02CC6ABD121573256B6467F95 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m6B931E495036ECCD9C33CA06F08FC85519820FC4_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mDB7D3B145B034CF8BB377F2FD62329B1ABAA1F90_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m0E766515525F002D122AFFA82B15C9A90662917A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mABB62701E3F54C447A963D6D953CBD3FE33BFC48_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m106CB0070607AA91A57E202FB392D90DFB0120E0_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m40F86E60D01F65285074408881B3B8EC3C3D99A6_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m4C22ED1D50E04867118CBA8C9395B29D96C98062_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m638237179BC89CF99AF862B037F9A7C7DC474014_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mBE0A230C86407778DFA130C5CAC05EA794B77C7E_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mA51E8557426F28C69389FF57891FF2EF6E703D3B_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m2332238B465030C647D7910AE40D094D3D8709C7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m49F225142977DE3F822079118A30D1BAFC46CE53_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m7B05971EACF24356A857A7CD2925B9BE0B0095D3_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m896601E95810CD789971EB9217C19400E31FBD07_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mCFB559EC3E77B8959663115031AC5120701278F7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE985ECAB7B8265B41586C3A2FAC898AA58412C89_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m6D812620D72814CFA7BA0C5FE69E40A206AE7EFE_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m928380CE6CA5C0AD6E2DC7B260CB2465EAE51045_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m74F9D7BE0E9CD259C04B21BD8B1B9E3940D0C5CF_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m9D746A505B8C6AB56F7ABBFF54498C3F6661F682_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mFA341DCBE22BA92A62BACE61343662577F7CA80E_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mE80C369D825E8CC38E79A493207C32E4641A394B_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mA14FA068BCF348F1949707E82BC35622FE7D03C8_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m87BB8D4B7657647BF2DF6DBA8B310FD125BBEDD8_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m3B7877A170607497C978A07A0BFA3543364FAEFF_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mC4908FAD0496DAAE3982F4BED314A03A49109C39_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m02C39AC469ED600D291BE21EDC60EB84D74642ED_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m4E512D02A6AAB2A0116DE4DCE023CF7036888475_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageEncoders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageEncoders_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m29BFF5DD50B80965298137FB0D90D864DD249CD7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m70B7021BEFDA9534BB9B77CDCE6CD63BA8215B6E_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mD05F3CF9E35190262B58C7F076B3C3F984960485_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mED4684C9B3EC33F57FF9EC7663A65552484D9878_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m74B2F8DACB71857B10DB33C9C00A3273ED48D249_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mCE48F60EAAF8E91C2473BD4D63B54B0294FC743E_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7DD8B375F13A631FE8A50D7820AC7CCD5ED1322D_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m97D33C61CCED84C8F735F7A31D89CC7B91789F27_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mED4CB5B035C9BD0AE7CF7E456D50384B30F6A157_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m40A6674991E2BCAA0F1F451D6CC0752CD32B1BFC_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m8DBC2EA74B428976B8720CBAA420942BD1981761_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m150BA010A9A057D111A10A7861560A449723A356_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m211F63C450A018E92F6768B98F395DF592141143_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mBAEADA56CF9AB814BF85A78985E6919348BE8F63_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mB551C16E4026987A310E99F22CB03A4E0E75705F_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mF13DFD1AB8C800A22EA8112DE54485476A737A3E_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0CA596E16F96EC564DD7811B373DF8C095ECD596_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m9B7A842A5BD6739A380BC4300870A277BAE6BF72_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m47C62D06ACA66D861205107A30CB1A3E85155170_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m7BDE2DA3E8A933AEF9B7E094EC84D0A416882906_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC6204769B16FE48CCE43DDB3FC5EB13CE862C6D3_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m797629793BBFAE353B0AEA0182C1E4FE0A93B2C3_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mC72CD0CF07FC02242D5C6BED64C454D9337D7CD9_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m71E41272EA427682B589F7B4ECC22C9BA58D9159_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m1EB970CC1A0B24A8867B112FFA1FA09A6A57DFB3_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m151CA4552036C7A7DA3416D530CBDAE09A1C0511_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mCD2C3F064F63AB620B1CF630F7C3A9BB25AC87ED_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mA9D293771B2D5D91EC89FCF32071D420C86977C5_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m345919E23F47EED1D9D3D061503D5625933F8F13_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessingContextFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessingContextFactory_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m8FC0A200892A140074B21048C0631D956133D8D7_gshared (const RuntimeMethod* method) { { NullCheck((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C *)NULL, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisRuntimeObject_m7409FDABC5DFC3784B3471ABDF1629A89EA71291_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisRuntimeObject_m966D42D4CD7D418438BC94A3F153099148432D95_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisRuntimeObject_m2B37C11799C4DEDAE845A90552673EDE01CC249A_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisRuntimeObject_mD4B4B16E0126BB8A6FDD813B9C93D0234FE0263E_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisRuntimeObject_m87B03C030D731E922A0AAEAD6FB252E31E90B0F5_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_TisRuntimeObject_m30753E3A5E646BEC925E355713DB7420CB27DE36_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_TisRuntimeObject_mC1078F77ACF50D156D94B4504799848356B4E4B2_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_TisRuntimeObject_m43FA77BB1615449AA456AB0E818999CFF897F5F7_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_TisRuntimeObject_m638CB1CBCFAE0A47264756EB3ECB4C0409E8C978_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_TisRuntimeObject_m94CAD81F6BCA6FEE7559F32BB200DFAC50B0A11F_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_TisRuntimeObject_m65AA6D13920FF7A1D8787FA0D7100AB533F2A41D_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_TisRuntimeObject_m4B5DFD9C161D3C58ACB6EFAC5A708B4DF1A46453_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_TisRuntimeObject_m5336F6D49C5CD4C8CBB42C875F89AB630FE2C8C4_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_TisRuntimeObject_m69900E0EE605090D64F61D1BF8FB36F3654C645B_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_TisRuntimeObject_m3E6DDAB40E801243B96A4EA342DDB5D0F379E1AB_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_TisRuntimeObject_mFC0B59C86C27944D7F95E3944FDBE122ECAA03F0_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_TisRuntimeObject_m8B1C415464CA04756F9E424B42E284328A6ECE4F_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_TisRuntimeObject_mC69FA5D618A59B51BED07F06B6EDF3B09ADBD7DB_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_TisRuntimeObject_mEDB8A523DCEF4ECCD811E5E549FB07F9C74D021A_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_TisRuntimeObject_mCFC569F7881D3900E2F5893E8DBCDF3BE38CD85C_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_TisRuntimeObject_mF72BABAFE6A6F4788455AEAD088C766941A8AD94_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_TisRuntimeObject_m194F727EA533959C2D0CACDFBFE68C950F87DC04_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_TisRuntimeObject_mA76CB770CD3D5AE93D03E550628003DDB90AFABF_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_TisRuntimeObject_m8F51032F2F01FC8363102A9222691F8B771E10B6_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_TisRuntimeObject_m0E4932B2422164CEB5C8DB900042395D23F569DF_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRuntimeObject_m84278B6B159D043DC496FECFE3E8D13725A282AB_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_TisRuntimeObject_m073F6868FB8AD649FB9BAE6E690306A8550C679B_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_TisRuntimeObject_mA3853C299FC388C212DB821CD02335E45C997251_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_TisRuntimeObject_m9607734E1AB10A4CC0C0037FC745855A6098F8F1_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 V_1; memset((&V_1), 0, sizeof(V_1)); { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )); Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_1 = V_1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_2; L_2 = GenericInterfaceFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_1); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mC55086223A6AF08B90156EAD23CA7931CC99C6D7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m07A1FECAA9723EEBE8736D9D7E9C71EAF6607BD7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAE4CA53BA6C189E51860B2BF5CE732F2BC50B202_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mC31F15E409283236EABD16BB05316A5153AB1F52_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3A97C04C099281658B18D19BFC03A615B4B11F65_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mCA4816E784B7C1EBB125B29269B3150F81D0C16A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mCEE59E8DFBE6C756ED6C3B817D27864EA854B952_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m190DD76589141F0194C25059AC513A046F420511_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m3D9F17B51037AEE756AE5ED5E9C2603D86635F2D_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m1176D4D21E33189D6B73C0885E67C40810794C0A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m1C2982F13CEE3604FD086D0EB1FB9012266C0F26_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2747BB07B6775EADA86A3DE26CB3E38BA06DC315_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m4269DE6E5210C51A876F69765F8CC3829C3F2829_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mEADD83F24BFF3C6932FA5A860E1E375056A0D1D8_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mE2E4ECCF42CADD1783A85A1BCA664FDF860CB5AC_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m1C65DC0C5FBD18665670130DD84DB4AFD67FE079_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m45B16C403197AD8C5777991D38D013C39C1ED2EB_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mE992A6A108179FAF2BD1A378368BB3092FA5A4B1_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m80D0D7535EF7A34EA9BD6CA524211D03F88C5F6B_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m2CC62200CB2F84814EFA0B442E7946693AF16CB7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mC21E5D7C73F4461BB76C97F57482CA6D2E0869EF_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m021ACFA887D79E8F387001060B4F9529F5D161BE_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mC225F70668658F6157439787B631FBD1925A9677_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m3BDC5BDA535B718E549C9E203692C7B728FF1E42_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m3CE5087F21125A6A21991FA411D9C5A1C628E836_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mCD452D1AC8B222FAD664D9592565DEA9B9C19292_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mB5B10AD3F8FA35ACF492F34A8A7CA2CBE3CAA0D8_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mB2FAAB03786CE969E25106FB750947CB7DECD92F_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileImageProcessors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileImageProcessors_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m1D2B064FCFB213717D415B0565FBB49ABDAC1818_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 13)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 14)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 15)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 16)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 17)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 18)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 19)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 20)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 21)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 22)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 23)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 24)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 25)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 26)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 27)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 28)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 29)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 30)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 31)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 32)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 33)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 34)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 35)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 36)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 37)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 38)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 39)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 40)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 41)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 42)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 43)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 44)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 45)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 46)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 47)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 48)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 49)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 50)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 51)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 52)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 53)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 54)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 55)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 56)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 57)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 58)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 59)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 60)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 61)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisRuntimeObject_m7874829E5742D333DB799DD40437B531DBC162AF_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisRuntimeObject_mE6A3208DCC692B3670D33EBAC2686DD0ED6BF584_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisRuntimeObject_m3EF8D9EF99C21191A5F1DAD86EB75C9749BE9BD4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisRuntimeObject_m5882C04B4B0F7567C832D6256980B22EA84E9FEB_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisRuntimeObject_m14780B4F4E7CA6D54E0EF602A1F08DFFEAA9ACCA_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_TisRuntimeObject_m078AB5625D9F3DC861EF98CAD322107026932555_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_TisRuntimeObject_mF36A736DF6ADDFC12C708A0E1CBE0662D992AB0A_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_TisRuntimeObject_mD19C3B731510051EDEC8203341211EF4FA445750_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_TisRuntimeObject_m9D2B4B89A2DFD8483DEFFDC921FA2F0B6856CD96_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_TisRuntimeObject_m10B78E79BA02478595F33712F3F85B088BD1E156_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_TisRuntimeObject_m5D42D532996C4011890DD3BA6C30C30C6AA98E08_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_TisRuntimeObject_m2EDD4D6B54347B58469C9E893E947629894185C4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_TisRuntimeObject_m6238F2D19786868B559B203B716EBA6CC6A77709_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_TisRuntimeObject_m55CF98DC392CF16FA9B79B5483D2F3CB5258354F_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_TisRuntimeObject_mE5B4F9E50DBB2BA65380E36E26A113D327671AC1_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_TisRuntimeObject_m07FDC51CDEB1D466BCE9751878CD36D839134304_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_TisRuntimeObject_m5F6D52E819A9784E789E10E8A604F0C2AA7CCB5A_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_TisRuntimeObject_m31E7310F892CBED0AE336DE8BD469530CED7EE6C_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_TisRuntimeObject_m4A397218BFB2D431BF31A226A536A4DCC7B34B3D_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_TisRuntimeObject_m24D5164B7BADDDE1C9D60516FE9822F9D45929FB_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_TisRuntimeObject_m783629B1C0D36A8CB07585600A1A5DD81BF09478_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_TisRuntimeObject_m05A1AD5070CBFD67BDB5D34C026EBA33FC0374B6_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_TisRuntimeObject_m88827FF367897BC39329BD7829869DFF85C3E303_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_TisRuntimeObject_m1D2DFFD6B446F8F2B6E478D8F128D7E0C5102564_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_TisRuntimeObject_m8E2C07F0B6466C29BB51577308D74483F333695A_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRuntimeObject_m92376E23F86233C5ACAD2C1310656A556EC5D787_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_TisRuntimeObject_mE60B780D2D3E2CED44389684864D957E018A8A1F_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_TisRuntimeObject_m3266104A1109C12365AD2300E1C70A47347F6256_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManager_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_TisRuntimeObject_mAE6B1A18F708D849439F3B7ABCC59856A6BB87EB_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0); RuntimeObject* L_1; L_1 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m6A9B17501A88563D7CD008BBA7248EDF5AE95E47_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_0, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8A73468877DEF225441FECF0DED6EC791AEA0909_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_2, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4); RuntimeObject* L_5; L_5 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2AAEFC5B13A674BD2A301D4EC2C964FAF3F2D18_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_4, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mD61BA2654849265998ECAE114C347CFA476D31DE_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_6, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8); RuntimeObject* L_9; L_9 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m97EC998077A7EF0D944BD524040EB6AF0619F657_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_8, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_10 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10); RuntimeObject* L_11; L_11 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEBBEA93B20696AFF26B8B93126D366909F3DD9C1_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_10, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12); RuntimeObject* L_13; L_13 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB72A7D447BE77E9901957C3A465574E56E317489_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_12, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_14 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14); RuntimeObject* L_15; L_15 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m4C34A90408A02991C77B46C16A2FAB643F4B2831_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_14, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16); RuntimeObject* L_17; L_17 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisBlock8x8_tC9A7FA8D2D058805DD6616AB378992A50B1D3B37_mE64DE4C4069B95DAA4198EBE41186060266BF417_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_16, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18); RuntimeObject* L_19; L_19 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(MemoryAllocator_Allocate_TisVector4_tAD53765F091E54812772D62B6D34701608DB9E59_mCC724881B907D6A240F1A1419CAC3747AF744468_RuntimeMethod_var, (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_18, (int32_t)0, (int32_t)0); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_20 = V_0; NullCheck((MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20); RuntimeObject* L_21; L_21 = GenericVirtualFuncInvoker2< RuntimeObject*, int32_t, int32_t >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 *)L_20, (int32_t)0, (int32_t)0); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m244F745B137A6C5238A7B4CCB1C93153F0E036B0_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5AB602B9461B9ECA571E03109307C51676CB5DF1_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m993FD8B379F3E2CE03F430936E7C49E418C8E6B3_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m6898C227E642AA55431D69BA559499694E498A20_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mEB8F57D0A2EC417EABD3CCBB83D8B6F9627E37BC_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mBBE0011A900B866C355462DAAC168A0FBD07DF52_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m5CD19F2716DAA4D9FC2610E50DC990FAD7E4CD11_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m4A4E8AF19A7D667A74064BF147495B97F1014209_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m3A51F533EA219FC2F4D601E5DC2E984C0A438990_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m4DC59C275A0833015E1BB161E9110794A4E6C69D_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m70149D21E057891843C187FB170765678C0ECC4A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m09876ECABFC3883A8FEB716B15171ADCF88E93AF_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m5CA209DC5E86FB6463D4D2789B343728B9F1A334_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA9D64ABDF289E78AF514EA8E05E36BDB6FC621D8_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m421124E30B46B90AB9C94C9F653D50DEA98BAAA9_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mA152833CE9CC6C6C5450E5E13034FD70974C6B2D_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD4865133C02DE99ED2AE630179EE006E4E16F252_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mB7E373473EA9CBF306D3FB84839120BD1C8F3E75_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m63EBBBB687DD1B63893146CD06E3E5851EE9B2E9_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mA5AFF622CB7FF8CD09CC58A0DD54D4C8847BDC37_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mCB978584AD1C42D1A515AFF3C7860DCB58402DDC_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m22207C1389E304DF515C0626A6D13CC18B4BBEE7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m528B34041F4150FBF992A56387BCD40E863EAD06_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m6E47D702C1694B081E5F282A3F84B04E108F3C4E_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m2D1FF437481F16A0BF8339A40167EE110282EE28_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mFB457FF347A1252647417E461D69E5461105A1F3_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m8181EA3B8D6A19ADEAA620EAC146A02C801989B9_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mD27715F629C41F14CE211C1BC61887E4A67658FD_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileMemoryManagers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileMemoryManagers_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m1F608225C5A8D82A57BE5C5ADB86CA8B26A1A8E1_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mDD5063661F0DC02420E4ACBC96CEB44FDD537CA7_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m9CC194ABF515C366DF1285A415C6816007EAA593_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m8986477C51BEE6D5A7FE69C96905C90B2135AA58_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m1491A641FEF10688C35BABAC35D7D75DD77BFFEC_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mFC64F81368BE5A016B98DB8661A18D98E9514601_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mAE1A0B8D44F60CE45A557D1FB78004FB9DACFF08_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m4C2C831EF5091D377AA52F0E402AECAB5CFC6079_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m0A35619ADADB56D47A9D2F6D11FCF5EB4235CBF9_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m311786F5C7B82A25484ABFDE77E26A0F64D0326B_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m5A0604108DF861A6A148D58A36AA9177AA63D116_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m6668D86FA71839B64B4C62C816E3EDB6D69F8C12_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mD1FDBB7C751EB7E8E61D97AD06CF5C93DFB99C23_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m5D5CCE742D29FCF82EE32413A052EC9089A586BF_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m3C68DCD6A3510D00354DBEB5E12D3B98F500AADD_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m122402D12970B97650423B14CA798D9746CFFC25_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m041917B2E3E15ABCCDB4F0AEEEA15493B8348633_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m03087F95657F6E4B42835E3BDE9620311ED236D2_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mC695D79DE00ABB88DAA98E1310D8D7E168D8C1B3_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mC08A874AFFB1FDFB44EAF5BBF2615FA57EE3239E_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m2B474007099A95781CF2CB103CE5E0B77725B553_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m4E84F4F90B7B79FCFC76F8D917AA7B1E25700F1C_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEAC2B177D51ACAE12BE3890CC47EF4D75B34A202_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mB1B0D94FEDA391B222F1695D191677F596E29AF8_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m30D68F569BCE4AA9B9B1D1E78B154C9DB5991778_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m1BF94F7B05FB8F0BB0B0B2B56E03FFC332B67E86_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mA280BAA8153622C86B3F9ADBEE4BC98506A96207_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mCDD20667D0F4B588B26E47BF0F9604FE9D6EF9A9_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m727A1645573F2A740AEFCEFA32FEDCB192DE1810_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompilePixelSamplingStrategys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompilePixelSamplingStrategys_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m5E83AEE85ABA26B7A1D17C7938FE8D7294BB58A2_gshared (const RuntimeMethod* method) { { NullCheck((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ExtensivePixelSamplingStrategy_t41955DF2CBB8189932C397C6D782AD35E08897C2 *)NULL, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisRuntimeObject_m8591306C80817F59F2F4B91E46CF31EE18E56AD3_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisRuntimeObject_m5FCB42BA089CC26CC62C6BAB775B379BB1D7A195_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisRuntimeObject_m61172D9C1B7C18E970B75726EF45DE177D95BDD8_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisRuntimeObject_m4C33940B349AF33015C7D826019D35ED6682010B_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisRuntimeObject_mC188CE5E28272456D0DC1375D580C6A1494C2F6D_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_TisRuntimeObject_mF2570E8B39169CEE67304A364359E2E63D770316_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_TisRuntimeObject_m9453FB5917D4854B683EF2B9B4EF2E7F0DE9B01E_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_TisRuntimeObject_mC60227E33680668E46D1795F1C0A5B334E73D6BC_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_TisRuntimeObject_m1A61CDFF7732865D74343AD6D1519F549E573CA8_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_TisRuntimeObject_mCA679E575B1FA095F5C2AC8C0E92713E60905E9F_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_TisRuntimeObject_m530C57235245ABAC2934D4B0A31EB729FD2D32C7_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_TisRuntimeObject_m2D4DE5D2649985DB1A7D331CC962738DB418B387_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_TisRuntimeObject_mCFA97B3A4CA580A39EE935E8D021047162B607C8_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_TisRuntimeObject_mDA73003EE82A0490545020405022ECF0B917F0C6_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_TisRuntimeObject_m55D33257E0085CC351548FAFD19B9B94882235CA_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_TisRuntimeObject_m900144CA7F6E27F16B9D8927DA66A62B5DF3C8B5_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_TisRuntimeObject_mEDF5742150C3318B66973BE7EBCBD7F9FADFAE7B_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_TisRuntimeObject_m4421E3F587B30EA1419E83A3E8724FC15363D6BD_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_TisRuntimeObject_m1B36A7A33D85962DAFB171C0FDBEBA1339FC984B_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_TisRuntimeObject_m74B682FEE3E7CBF96B4E99CA70D4C74007A10954_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_TisRuntimeObject_m412DC9B1C43A73C3C474E5997CFB8EF9992F164F_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_TisRuntimeObject_m7E9B61409F5FC5B620AC5A9DBE13F3C2CF43A2DC_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_TisRuntimeObject_mFCC494210D30B48CF78C32CA093C6EEF65EB6BDF_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_TisRuntimeObject_m896007400B71759BA3DAFA11B543ACB6066FD306_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_TisRuntimeObject_m73EC711ACB12A6CB5C107A9D48F6A182A85A2915_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRuntimeObject_m78BEED0F6235532F2B8ADE1428F9147CA5C469BD_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_TisRuntimeObject_m6C4F00DB50BBE04AF964534D20115E764067C229_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_TisRuntimeObject_mBB97D17A791420886CD25AA10D3339D4B32C423A_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizer_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_TisRuntimeObject_mC8EDBC9B79A884A2BDB1527467A2674F9B37B324_gshared (const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = GenericInterfaceFuncInvoker1< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (RuntimeObject*)L_0, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = GenericInterfaceFuncInvoker2< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2), (RuntimeObject*)L_2, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)NULL, (QuantizerOptions_tD065AAA2E326D63EF25E48BA044E5DF2E8E3BE29 *)NULL); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m71F94275AC9D5DA04F43C61CD6DDBDAD50F8A532_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m0BEE6CFC48DEFEF4DCD850C2EB18858D224CA107_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mC4A007ADCC46B459224CC6035423FF8B22DD5341_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m51903E4EFECE726F9BCACEB58D1F3CF371CA1931_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m240F203169BB5CF93B90A36B8972B134AFC5F210_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mB52CDBC1B5CC252754277D44EC6ABA0EBCD17518_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m205A1AC578966225CC9559AF9917D0BB179C0F6B_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m3B4531DA33B0070D06EAF285BD17B70493FF2C19_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m740B324C494B16F370A9497DD19A20CA5A2C73B7_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m58CF5BC472C986CE7519ADB287CA62CCAF2D5E78_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m468DCC0C6AF07F9D46704AA823BCA8DA2ABB431A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mF79AF4FCA6B8D8B75387DF5AB424A3911ECDBBAB_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mAAC0B73740A81B4EC10B79460900541CDADFA172_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mF9579FD65E8070B64B4D1C88F4241D7445D2032C_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mFAFA992EA6A41C64DDE2B1289658CF76A966A538_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m94020D7669551FB23B85F5ECD1AB6F8D4E84B3A0_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m077D4F903373BD59C82676E8D3FE6031C5D4FF61_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m8C9D2446DFDBC071F73DABDACC2C5D1535724971_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mB4107A24217FA17069208A900558B37071E3FC83_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m53D12E9FD34A1C30543D2BA6CA390BD538AFC78B_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mF8F26DD86AC1FDDBCE8CAC935C26030C124FCDB4_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m95C64D5A772E2B3AAA82C65A6B5529D6FA31964D_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m7569990BD56B7B82534BE6C82862F02615BC41AB_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m18A887385F0433F8BEAD3A632FB4B56DDCBD10D2_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m6101347243D768F4D138CAE8B7B37B4D3EDB9520_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mD715AD9D14BB933F21922E32867E6AAC8CDA6C7A_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m368EE550CBE6C6981E57C4A9ED2E99319007851E_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m8ADB8AA20FFEAF1C8D29793E12E2F7BCE8842875_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileQuantizers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileQuantizers_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mCE81BD812634FAA7C331C344F93D42AF852E6F0E_gshared (const RuntimeMethod* method) { { (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_m6064C6DC5FB924DD43D62F0830BDB7809CB0A421_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 V_0; memset((&V_0), 0, sizeof(V_0)); { BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_0 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_inline((BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_RuntimeMethod_var); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_1 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_3 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_4 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m413FCB8A482F2137B3C6F1E9F7A672BC40A7D1FD_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_0; memset((&V_0), 0, sizeof(V_0)); { BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_0 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_inline((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_RuntimeMethod_var); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_1 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_3 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_4 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_m53D10FE58BD82FE630D5E79CA8474E22B93180B6_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_0; memset((&V_0), 0, sizeof(V_0)); { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_0 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_RuntimeMethod_var); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_1 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_3 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_4 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_m0D9D8338C2E549D9F2F63307F08E480AB3585C45_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 V_0; memset((&V_0), 0, sizeof(V_0)); { LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_0 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_inline((LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_RuntimeMethod_var); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_1 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_2 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_3 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_4 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m21F385E27C72349D1EA3E77E395B5E9D56264017_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 V_0; memset((&V_0), 0, sizeof(V_0)); { NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_0 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_inline((NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_RuntimeMethod_var); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_1 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_2 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_3 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_4 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_mCA74003866F1E3623AE2AA6091904CC4EBECB458_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF V_0; memset((&V_0), 0, sizeof(V_0)); { TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_0 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_inline((TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_0, (RuntimeObject*)NULL, /*hidden argument*/TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_RuntimeMethod_var); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_1 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_2 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_3 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_4 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m783D0677F34049045E52B7415C9DB7E2536DB74C_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 V_0; memset((&V_0), 0, sizeof(V_0)); { WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_0 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_inline((WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_RuntimeMethod_var); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_1 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_2 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tF569F03D6B3B1751E0AFCB6ED3C5C2808C791ED1 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_3 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL); (( void (*) (ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tD2247DF503DF154906D4D22008E98F32CF7269FA *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_4 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL); (( void (*) (AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_t9587B6F3CFC67125F01C338058E20C9524723867 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_mE2780A7F8A616004A093FCFBFFE17FDDD0C9C809_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 V_0; memset((&V_0), 0, sizeof(V_0)); { BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_0 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_inline((BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_RuntimeMethod_var); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_1 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_3 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_4 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_mB0C6BE96E1A9A913B5BBF7451AAC925F326C0B11_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_0; memset((&V_0), 0, sizeof(V_0)); { BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_0 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_inline((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_RuntimeMethod_var); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_1 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_3 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_4 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_m294A7F050B33CD4DAF537749E0CBF4689AC64EC3_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_0; memset((&V_0), 0, sizeof(V_0)); { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_0 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_RuntimeMethod_var); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_1 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_3 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_4 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_m6EE4909F824BE5EB1C3F382902E2B03B08A5E164_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 V_0; memset((&V_0), 0, sizeof(V_0)); { LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_0 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_inline((LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_RuntimeMethod_var); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_1 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_2 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_3 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_4 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m910285F813706F0D54B7AE33C42CC6A3A50362DC_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 V_0; memset((&V_0), 0, sizeof(V_0)); { NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_0 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_inline((NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_RuntimeMethod_var); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_1 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_2 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_3 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_4 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_m9BB24B7D2CB9FDC76098582F264A93F5FAE8056E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF V_0; memset((&V_0), 0, sizeof(V_0)); { TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_0 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_inline((TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_0, (RuntimeObject*)NULL, /*hidden argument*/TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_RuntimeMethod_var); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_1 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_2 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_3 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_4 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m17775A6C4DDE5922220ED6F5ADE6C06A64CF1F79_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 V_0; memset((&V_0), 0, sizeof(V_0)); { WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_0 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_inline((WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_RuntimeMethod_var); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_1 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_2 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL); (( void (*) (ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_tFB35EA28FB3C5652769CD89BAA41804A27D0455B *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_3 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL); (( void (*) (ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t9CCA1803927A19278DD7D2C819CEB5AD92E56B6D *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_4 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL); (( void (*) (AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEEA8C479D6243F7587D4C22274AF280270CE5827 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_m03279990B44335165FF098938AE238E6E8B22A99_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 V_0; memset((&V_0), 0, sizeof(V_0)); { BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_0 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_inline((BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_RuntimeMethod_var); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_1 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_3 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_4 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m0B48950EEE0C1E26A522EB86A0EF7D9CC50A2798_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_0; memset((&V_0), 0, sizeof(V_0)); { BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_0 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_inline((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_RuntimeMethod_var); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_1 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_3 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_4 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_m5635251ED483BAE15836B2518D2D94D57FA887CE_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_0; memset((&V_0), 0, sizeof(V_0)); { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_0 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_RuntimeMethod_var); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_1 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_3 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_4 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_mE0DFB593E3BD24461D226125F2D3D5057E2D4253_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 V_0; memset((&V_0), 0, sizeof(V_0)); { LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_0 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_inline((LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_RuntimeMethod_var); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_1 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_2 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_3 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_4 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m0ACD8AD7CD438CD267D73A2C041EB9D95B23B896_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 V_0; memset((&V_0), 0, sizeof(V_0)); { NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_0 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_inline((NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_RuntimeMethod_var); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_1 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_2 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_3 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_4 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_m2BBDA9F882494B6ABE6EBE91CFE45CBA858FFA24_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF V_0; memset((&V_0), 0, sizeof(V_0)); { TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_0 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_inline((TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_0, (RuntimeObject*)NULL, /*hidden argument*/TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_RuntimeMethod_var); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_1 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_2 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_3 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_4 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m6E727F55AAB5C981B18B3E1195C69F89E20724CB_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 V_0; memset((&V_0), 0, sizeof(V_0)); { WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_0 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_inline((WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_RuntimeMethod_var); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_1 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_2 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t2F02820407D2F90E476E3B5C7B300E416748DC69 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_3 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL); (( void (*) (ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tF4C7339D719066542C50F7404B6067EF91390DFA *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_4 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL); (( void (*) (AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tEFBD8A52E79D0F32923E3ECCF207FEF6A2E1793C *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_m55DB04D0DEDD257AB485FEB91365890BDA4A136A_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 V_0; memset((&V_0), 0, sizeof(V_0)); { BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_0 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_inline((BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_RuntimeMethod_var); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_1 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_3 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_4 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m487C9AA815FE80BF0117329E105E962B633659D5_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_0; memset((&V_0), 0, sizeof(V_0)); { BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_0 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_inline((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_RuntimeMethod_var); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_1 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_3 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_4 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_mC5D71EF8CF098FC1975865214A70499A3B9CD052_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_0; memset((&V_0), 0, sizeof(V_0)); { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_0 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_RuntimeMethod_var); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_1 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_3 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_4 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisLanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5_m7FB0AD18D3BEF10D81EAE6EE6DB3E5C7142D2B99_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 V_0; memset((&V_0), 0, sizeof(V_0)); { LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_0 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_inline((LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_RuntimeMethod_var); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_1 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_2 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_3 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * L_4 = (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)(LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisNearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76_m5A0B12C64C88834BFFD0F399832A3AD22E9306E5_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 V_0; memset((&V_0), 0, sizeof(V_0)); { NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_0 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_inline((NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_RuntimeMethod_var); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_1 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_2 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_3 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * L_4 = (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)(NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisTriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF_m587D84CE7AB2CD621BF8801683405EF8C3B8BE14_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF V_0; memset((&V_0), 0, sizeof(V_0)); { TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_0 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_inline((TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_0, (RuntimeObject*)NULL, /*hidden argument*/TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_RuntimeMethod_var); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_1 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_2 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_3 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * L_4 = (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)(TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_TisWelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63_m675B298FC4E233F46F0753C09DFE56E1A1A4B154_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 V_0; memset((&V_0), 0, sizeof(V_0)); { WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_0 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_inline((WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_RuntimeMethod_var); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_1 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_2 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t5C3F5811C85FC482181BB1BBEAAFEBFCFCFC51A3 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_3 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL); (( void (*) (ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_t84BB4CA393614CE036B5E4A816A9FC960C3CF315 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * L_4 = (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 )); NullCheck((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL); (( void (*) (AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *, WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tB25414B923041B71E6B0CCD3DD373CF21803D541 *)NULL, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)(WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisBicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7_mCED6650B495B733D0FA105714A151E641CC77691_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 V_0; memset((&V_0), 0, sizeof(V_0)); { BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_0 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_inline((BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_RuntimeMethod_var); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_1 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_2 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_3 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL); (( void (*) (ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * L_4 = (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)(BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisBoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7_m4DD2FB35952440F4C9C5AA0D002535B191899A74_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 V_0; memset((&V_0), 0, sizeof(V_0)); { BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_0 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_inline((BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_RuntimeMethod_var); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_1 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_2 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_3 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL); (( void (*) (ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * L_4 = (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)(BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } // System.Void SixLabors.ImageSharp.Advanced.AotCompilerTools::AotCompileResampler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AotCompilerTools_AotCompileResampler_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_TisCubicResampler_t05545076595DA43AF0D1749540089848660DF577_mF137ABBAA7DEB2D287F0601D04146B50036BB80B_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CubicResampler_t05545076595DA43AF0D1749540089848660DF577 V_0; memset((&V_0), 0, sizeof(V_0)); { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_0 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_0, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_inline((CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_0, (RuntimeObject*)NULL, /*hidden argument*/CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_RuntimeMethod_var); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_1 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_1, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_2 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_2, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL); (( void (*) (ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ProjectiveTransformProcessor_1_t752E755DFF0440FEC79968A777C77760DAF2873C *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_3 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_3, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL); (( void (*) (ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((ResizeProcessor_1_tEF1710D1E74B87D477ECC91AFE06396EA9F09897 *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * L_4 = (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(&V_0); il2cpp_codegen_initobj(L_4, sizeof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 )); NullCheck((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL); (( void (*) (AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *, CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((AffineTransformProcessor_1_tD8683C64E750A1679B1B4E325A494FF9E4C7529B *)NULL, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD5CDAEA009EF9B378C4DE8F0E70D3CF79C7F7201_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m659DCA8A0BFE79EC118F3C3997F2013D2EBE8916_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mFB174769DCD0AB08684EE99B5055919F3A6AD921_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m7D945539E645B45E219D13F621C9BAC20814326B_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD24D4142CFC767653777A675ECCE46312F1F7F8D_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mD6C08FA4F247234835EC78166FE0DF2966F3A9B0_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m69CF35B0ABCCF2969480886F359F47C2FFCD81CC_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFE3AD585F045FE6B95EB993FF39682CA8FEEE13E_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8194F582E32124E2B4FB0C405B1A11FB630D3F46_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mAE4EB1202B8CE3CB9142DCBF60515FFBC01941AD_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m7E0987D9C306FB6B269D06A01D231EE7A2D29D45_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m3FD43448F65B43597B336482892C7A113BC227C6_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m906EE6A90FEF685C1121572676468BC00AEB4657_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mAC46FC8720869401D6F9C054F78A3F0027A886C1_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6FFE9DDB1C0F7BB21965B483DCDA199A21CEF9E1_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mF361829F70B617653C4836119D0397E703259D50_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m532ECA4882BCE301D120C0DC8F4BD5C67C104661_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mEF595D605B5CEA2E37E17961701996ACD93C6210_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m20FE1B423DF018E19177A0336610BF59606C6E34_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7B51087AE0BD256B322BA76DB7D042A1C63E740B_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LanczosResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mD5C4BAECC0AB7781C070FF8DBF7B7288221F078D_gshared_inline (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (LanczosResampler_t01C01EAFEFB74FF7A30CF201FB501720C306CCF5 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NearestNeighborResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5B38C5B25966024ABBA63D8431E2B4553E52772F_gshared_inline (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (NearestNeighborResampler_tBE429A9F0E72889D5A8F99839A9A168D84C11D76 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriangleResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m5200DAEF5AC87F9D79A674DD01D1C5D1AE8A7CE7_gshared_inline (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (TriangleResampler_t68BC78DEB027A40A3B564806C9215C38735B27AF *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WelchResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m0595BFBAD172B562CB6391BE90FBA482E0E0A496_gshared_inline (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (WelchResampler_t6B45BBFAA07CAE9225BA45EBE0840367888E6C63 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BicubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m31DFA457413BF6DFB9ED3549E920F25BDEFE8495_gshared_inline (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BicubicResampler_t29CF9E17632C3CBB2164673A7E4D766235BB95E7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BoxResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3BFA1BA4F38E627C64B17C785AFC20B4C5AC4B81_gshared_inline (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (BoxResampler_tC452A979AA3B158D6855FD1D6C7D74CDA9FCAEA7 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } }