123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- #include "il2cpp-config.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <cstring>
- #include <string.h>
- #include <stdio.h>
- #include <cmath>
- #include <limits>
- #include <assert.h>
- #include <stdint.h>
- #include "il2cpp-class-internals.h"
- #include "codegen/il2cpp-codegen.h"
- #include "il2cpp-object-internals.h"
- // System.Byte[]
- struct ByteU5BU5D_t4116647657;
- // UnityEngine.Texture2D
- struct Texture2D_t3840446185;
- // System.String
- struct String_t;
- // System.Void
- struct Void_t1185182177;
- struct ByteU5BU5D_t4116647657;
- #ifndef U3CMODULEU3E_T692745536_H
- #define U3CMODULEU3E_T692745536_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // <Module>
- struct U3CModuleU3E_t692745536
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // U3CMODULEU3E_T692745536_H
- #ifndef RUNTIMEOBJECT_H
- #define RUNTIMEOBJECT_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Object
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // RUNTIMEOBJECT_H
- struct Il2CppArrayBounds;
- #ifndef RUNTIMEARRAY_H
- #define RUNTIMEARRAY_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Array
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // RUNTIMEARRAY_H
- #ifndef IMAGECONVERSION_T2495367653_H
- #define IMAGECONVERSION_T2495367653_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.ImageConversion
- struct ImageConversion_t2495367653 : public RuntimeObject
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // IMAGECONVERSION_T2495367653_H
- #ifndef VALUETYPE_T3640485471_H
- #define VALUETYPE_T3640485471_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.ValueType
- struct ValueType_t3640485471 : public RuntimeObject
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // Native definition for P/Invoke marshalling of System.ValueType
- struct ValueType_t3640485471_marshaled_pinvoke
- {
- };
- // Native definition for COM marshalling of System.ValueType
- struct ValueType_t3640485471_marshaled_com
- {
- };
- #endif // VALUETYPE_T3640485471_H
- #ifndef BOOLEAN_T97287965_H
- #define BOOLEAN_T97287965_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Boolean
- struct Boolean_t97287965
- {
- public:
- // System.Boolean System.Boolean::m_value
- bool ___m_value_2;
- public:
- inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Boolean_t97287965, ___m_value_2)); }
- inline bool get_m_value_2() const { return ___m_value_2; }
- inline bool* get_address_of_m_value_2() { return &___m_value_2; }
- inline void set_m_value_2(bool value)
- {
- ___m_value_2 = value;
- }
- };
- struct Boolean_t97287965_StaticFields
- {
- public:
- // System.String System.Boolean::FalseString
- String_t* ___FalseString_0;
- // System.String System.Boolean::TrueString
- String_t* ___TrueString_1;
- public:
- inline static int32_t get_offset_of_FalseString_0() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); }
- inline String_t* get_FalseString_0() const { return ___FalseString_0; }
- inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; }
- inline void set_FalseString_0(String_t* value)
- {
- ___FalseString_0 = value;
- Il2CppCodeGenWriteBarrier((&___FalseString_0), value);
- }
- inline static int32_t get_offset_of_TrueString_1() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); }
- inline String_t* get_TrueString_1() const { return ___TrueString_1; }
- inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; }
- inline void set_TrueString_1(String_t* value)
- {
- ___TrueString_1 = value;
- Il2CppCodeGenWriteBarrier((&___TrueString_1), value);
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // BOOLEAN_T97287965_H
- #ifndef BYTE_T1134296376_H
- #define BYTE_T1134296376_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Byte
- struct Byte_t1134296376
- {
- public:
- // System.Byte System.Byte::m_value
- uint8_t ___m_value_2;
- public:
- inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Byte_t1134296376, ___m_value_2)); }
- inline uint8_t get_m_value_2() const { return ___m_value_2; }
- inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; }
- inline void set_m_value_2(uint8_t value)
- {
- ___m_value_2 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // BYTE_T1134296376_H
- #ifndef INTPTR_T_H
- #define INTPTR_T_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.IntPtr
- struct IntPtr_t
- {
- public:
- // System.Void* System.IntPtr::m_value
- void* ___m_value_0;
- public:
- inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
- inline void* get_m_value_0() const { return ___m_value_0; }
- inline void** get_address_of_m_value_0() { return &___m_value_0; }
- inline void set_m_value_0(void* value)
- {
- ___m_value_0 = value;
- }
- };
- struct IntPtr_t_StaticFields
- {
- public:
- // System.IntPtr System.IntPtr::Zero
- intptr_t ___Zero_1;
- public:
- inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
- inline intptr_t get_Zero_1() const { return ___Zero_1; }
- inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
- inline void set_Zero_1(intptr_t value)
- {
- ___Zero_1 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // INTPTR_T_H
- #ifndef OBJECT_T631007953_H
- #define OBJECT_T631007953_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Object
- struct Object_t631007953 : public RuntimeObject
- {
- public:
- // System.IntPtr UnityEngine.Object::m_CachedPtr
- intptr_t ___m_CachedPtr_0;
- public:
- inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_t631007953, ___m_CachedPtr_0)); }
- inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
- inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
- inline void set_m_CachedPtr_0(intptr_t value)
- {
- ___m_CachedPtr_0 = value;
- }
- };
- struct Object_t631007953_StaticFields
- {
- public:
- // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
- int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
- public:
- inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
- inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
- inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
- inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
- {
- ___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
- }
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- // Native definition for P/Invoke marshalling of UnityEngine.Object
- struct Object_t631007953_marshaled_pinvoke
- {
- intptr_t ___m_CachedPtr_0;
- };
- // Native definition for COM marshalling of UnityEngine.Object
- struct Object_t631007953_marshaled_com
- {
- intptr_t ___m_CachedPtr_0;
- };
- #endif // OBJECT_T631007953_H
- #ifndef TEXTURE_T3661962703_H
- #define TEXTURE_T3661962703_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Texture
- struct Texture_t3661962703 : public Object_t631007953
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // TEXTURE_T3661962703_H
- #ifndef TEXTURE2D_T3840446185_H
- #define TEXTURE2D_T3840446185_H
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // UnityEngine.Texture2D
- struct Texture2D_t3840446185 : public Texture_t3661962703
- {
- public:
- public:
- };
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #endif // TEXTURE2D_T3840446185_H
- // System.Byte[]
- struct ByteU5BU5D_t4116647657 : public RuntimeArray
- {
- public:
- ALIGN_FIELD (8) uint8_t m_Items[1];
- public:
- inline uint8_t GetAt(il2cpp_array_size_t index) const
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items[index];
- }
- inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- return m_Items + index;
- }
- inline void SetAt(il2cpp_array_size_t index, uint8_t value)
- {
- IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
- m_Items[index] = value;
- }
- inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
- {
- return m_Items[index];
- }
- inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
- {
- return m_Items + index;
- }
- inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
- {
- m_Items[index] = value;
- }
- };
- // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[],System.Boolean)
- extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m601733642 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___tex0, ByteU5BU5D_t4116647657* ___data1, bool ___markNonReadable2, const RuntimeMethod* method);
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
- #ifdef __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Winvalid-offsetof"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #endif
- // System.Byte[] UnityEngine.ImageConversion::EncodeToPNG(UnityEngine.Texture2D)
- extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ImageConversion_EncodeToPNG_m2292631531 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___tex0, const RuntimeMethod* method)
- {
- typedef ByteU5BU5D_t4116647657* (*ImageConversion_EncodeToPNG_m2292631531_ftn) (Texture2D_t3840446185 *);
- static ImageConversion_EncodeToPNG_m2292631531_ftn _il2cpp_icall_func;
- if (!_il2cpp_icall_func)
- _il2cpp_icall_func = (ImageConversion_EncodeToPNG_m2292631531_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ImageConversion::EncodeToPNG(UnityEngine.Texture2D)");
- ByteU5BU5D_t4116647657* retVal = _il2cpp_icall_func(___tex0);
- return retVal;
- }
- // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[],System.Boolean)
- extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m601733642 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___tex0, ByteU5BU5D_t4116647657* ___data1, bool ___markNonReadable2, const RuntimeMethod* method)
- {
- typedef bool (*ImageConversion_LoadImage_m601733642_ftn) (Texture2D_t3840446185 *, ByteU5BU5D_t4116647657*, bool);
- static ImageConversion_LoadImage_m601733642_ftn _il2cpp_icall_func;
- if (!_il2cpp_icall_func)
- _il2cpp_icall_func = (ImageConversion_LoadImage_m601733642_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[],System.Boolean)");
- bool retVal = _il2cpp_icall_func(___tex0, ___data1, ___markNonReadable2);
- return retVal;
- }
- // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[])
- extern "C" IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m2182108104 (RuntimeObject * __this /* static, unused */, Texture2D_t3840446185 * ___tex0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method)
- {
- bool V_0 = false;
- bool V_1 = false;
- {
- V_0 = (bool)0;
- Texture2D_t3840446185 * L_0 = ___tex0;
- ByteU5BU5D_t4116647657* L_1 = ___data1;
- bool L_2 = V_0;
- bool L_3 = ImageConversion_LoadImage_m601733642(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL);
- V_1 = L_3;
- goto IL_0011;
- }
- IL_0011:
- {
- bool L_4 = V_1;
- return L_4;
- }
- }
- #ifdef __clang__
- #pragma clang diagnostic pop
- #endif
|