First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 5d4c4a054e
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,115 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_lime_math__ARGB_ARGB_Impl_
#define INCLUDED_lime_math__ARGB_ARGB_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(lime,math,_ARGB,ARGB_Impl_)
HX_DECLARE_CLASS2(lime,utils,ArrayBufferView)
namespace lime{
namespace math{
namespace _ARGB{
class HXCPP_CLASS_ATTRIBUTES ARGB_Impl__obj : public hx::Object
{
public:
typedef hx::Object super;
typedef ARGB_Impl__obj OBJ_;
ARGB_Impl__obj();
public:
enum { _hx_ClassId = 0x4747f55a };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="lime.math._ARGB.ARGB_Impl_")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,false,"lime.math._ARGB.ARGB_Impl_"); }
inline static hx::ObjectPtr< ARGB_Impl__obj > __new() {
hx::ObjectPtr< ARGB_Impl__obj > __this = new ARGB_Impl__obj();
__this->__construct();
return __this;
}
inline static hx::ObjectPtr< ARGB_Impl__obj > __alloc(hx::Ctx *_hx_ctx) {
ARGB_Impl__obj *__this = (ARGB_Impl__obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(ARGB_Impl__obj), false, "lime.math._ARGB.ARGB_Impl_"));
*(void **)__this = ARGB_Impl__obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~ARGB_Impl__obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("ARGB_Impl_",ec,92,4b,46); }
static int a16;
static Float unmult;
static int _new(hx::Null< int > argb);
static ::Dynamic _new_dyn();
static int create(int a,int r,int g,int b);
static ::Dynamic create_dyn();
static void multiplyAlpha(int this1);
static ::Dynamic multiplyAlpha_dyn();
static void readUInt8(int this1, ::lime::utils::ArrayBufferView data,int offset,hx::Null< int > format,hx::Null< bool > premultiplied);
static ::Dynamic readUInt8_dyn();
static void set(int this1,int a,int r,int g,int b);
static ::Dynamic set_dyn();
static void unmultiplyAlpha(int this1);
static ::Dynamic unmultiplyAlpha_dyn();
static void writeUInt8(int this1, ::lime::utils::ArrayBufferView data,int offset,hx::Null< int > format,hx::Null< bool > premultiplied);
static ::Dynamic writeUInt8_dyn();
static int _hx___fromBGRA(int bgra);
static ::Dynamic _hx___fromBGRA_dyn();
static int _hx___fromRGBA(int rgba);
static ::Dynamic _hx___fromRGBA_dyn();
static int get_a(int this1);
static ::Dynamic get_a_dyn();
static int set_a(int this1,int value);
static ::Dynamic set_a_dyn();
static int get_b(int this1);
static ::Dynamic get_b_dyn();
static int set_b(int this1,int value);
static ::Dynamic set_b_dyn();
static int get_g(int this1);
static ::Dynamic get_g_dyn();
static int set_g(int this1,int value);
static ::Dynamic set_g_dyn();
static int get_r(int this1);
static ::Dynamic get_r_dyn();
static int set_r(int this1,int value);
static ::Dynamic set_r_dyn();
};
} // end namespace lime
} // end namespace math
} // end namespace _ARGB
#endif /* INCLUDED_lime_math__ARGB_ARGB_Impl_ */