Ejemplo n.º 1
0
Int Int32_Impl__obj::postIncrement(Int this1){
            	HX_STACK_FRAME("haxe._Int32.Int32_Impl_","postIncrement",0x744c8818,"haxe._Int32.Int32_Impl_.postIncrement","/usr/lib/haxe/std/haxe/Int32.hx",34,0xece267d8)
            	HX_STACK_ARG(this1,"this1")
HXLINE(  35)		HX_VARI( Int,ret) = this1++;
HXLINE(  36)		this1 = this1;
HXLINE(  37)		return ret;
            	}
Ejemplo n.º 2
0
void FlxDrawTilesItem_obj::dispose(){
            	HX_STACK_FRAME("flixel.graphics.tile.FlxDrawTilesItem","dispose",0xa4cb6d42,"flixel.graphics.tile.FlxDrawTilesItem.dispose","flixel/graphics/tile/FlxDrawTilesItem.hx",33,0xdffe6dcc)
            	HX_STACK_THIS(this)
HXLINE(  34)		this->super::dispose();
HXLINE(  35)		this->drawData = null();
HXLINE(  36)		this->shader = null();
            	}
Ejemplo n.º 3
0
void FlxState_obj::openSubState( ::flixel::FlxSubState SubState){
            	HX_STACK_FRAME("flixel.FlxState","openSubState",0x3d5ea838,"flixel.FlxState.openSubState","flixel/FlxState.hx",70,0xdf96844c)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(SubState,"SubState")
HXLINE(  71)		this->_requestSubStateReset = true;
HXLINE(  72)		this->_requestedSubState = SubState;
            	}
Ejemplo n.º 4
0
Int Int32_Impl__obj::postDecrement(Int this1){
            	HX_STACK_FRAME("haxe._Int32.Int32_Impl_","postDecrement",0x52cf77fc,"haxe._Int32.Int32_Impl_.postDecrement","/usr/lib/haxe/std/haxe/Int32.hx",43,0xece267d8)
            	HX_STACK_ARG(this1,"this1")
HXLINE(  44)		HX_VARI( Int,ret) = this1--;
HXLINE(  45)		this1 = this1;
HXLINE(  46)		return ret;
            	}
Ejemplo n.º 5
0
void Motion_obj::update(Float elapsed){
            	HX_STACK_FRAME("flixel.tweens.motion.Motion","update",0xebe25e5d,"flixel.tweens.motion.Motion.update","flixel/tweens/motion/Motion.hx",38,0xc6c8a363)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(elapsed,"elapsed")
HXLINE(  39)		this->super::update(elapsed);
HXLINE(  40)		this->postUpdate();
            	}
Ejemplo n.º 6
0
void Float32Array_obj::_hx___setLength(Int nbFloat){
            	HX_STACK_FRAME("openfl._legacy.utils.Float32Array","__setLength",0xf4c533d9,"openfl._legacy.utils.Float32Array.__setLength","openfl/_legacy/utils/Float32Array.hx",116,0x72368d3c)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(nbFloat,"nbFloat")
HXLINE( 117)		this->length = nbFloat;
HXLINE( 118)		this->byteLength = ((int)nbFloat << (int)(int)2);
HXLINE( 119)		this->buffer->setLength(this->byteLength);
            	}
Ejemplo n.º 7
0
void PrintReport_obj::_trace(::String s){
            	HX_STACK_FRAME("utest.ui.text.PrintReport","_trace",0x823ab4c1,"utest.ui.text.PrintReport._trace","utest/ui/text/PrintReport.hx",54,0x46976dac)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(s,"s")
HXLINE(  55)		s = ::StringTools_obj::replace(s,HX_("  ",00,1c,00,00),this->indent);
HXLINE(  56)		s = ::StringTools_obj::replace(s,HX_("\n",0a,00,00,00),this->newline);
HXLINE(  57)		::haxe::Log_obj::trace(s,hx::SourceInfo(HX_("PrintReport.hx",bd,1c,70,04),57,HX_("utest.ui.text.PrintReport",13,f0,c3,80),HX_("_trace",c6,d5,06,12)));
            	}
Ejemplo n.º 8
0
void ListNode_obj::__construct( ::Dynamic item, ::_List::ListNode next){
            	HX_STACK_FRAME("_List.ListNode","new",0x20597943,"_List.ListNode.new","/usr/lib/haxe/std/List.hx",255,0xd5566cff)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(item,"item")
            	HX_STACK_ARG(next,"next")
HXLINE( 256)		this->item = item;
HXLINE( 257)		this->next = next;
            	}
Ejemplo n.º 9
0
Float Floats_obj::ceilTo(Float f,Int decimals){
            	HX_STACK_FRAME("thx.Floats","ceilTo",0x619f5a8d,"thx.Floats.ceilTo","thx/Floats.hx",30,0xbd451f1c)
            	HX_STACK_ARG(f,"f")
            	HX_STACK_ARG(decimals,"decimals")
HXLINE(  31)		HX_VARI( Float,p) = ::Math_obj::pow((int)10,decimals);
HXLINE(  32)		Float _hx_tmp = ::Math_obj::fceil((f * p));
HXDLIN(  32)		return ((Float)_hx_tmp / (Float)p);
            	}
Ejemplo n.º 10
0
void FlxTimerManager_obj::destroy(){
            	HX_STACK_FRAME("flixel.util.FlxTimerManager","destroy",0xb435da0c,"flixel.util.FlxTimerManager.destroy","flixel/util/FlxTimer.hx",222,0x0a681e11)
            	HX_STACK_THIS(this)
HXLINE( 223)		::flixel::util::FlxArrayUtil_obj::clearArray(this->_timers,null());
HXLINE( 224)		this->_timers = null();
HXLINE( 225)		::flixel::FlxG_obj::signals->stateSwitched->remove(this->clear_dyn());
HXLINE( 226)		this->super::destroy();
            	}
Ejemplo n.º 11
0
void Point_obj::__construct(Int x,Int y){
            	HX_STACK_FRAME("thx.Point","new",0xf1b7d4b8,"thx.Point.new","thx/TestDynamics.hx",44,0xf2dec10d)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(x,"x")
            	HX_STACK_ARG(y,"y")
HXLINE(  45)		this->x = x;
HXLINE(  46)		this->y = y;
            	}
Ejemplo n.º 12
0
void ScreenMode_obj::__construct(){
            	HX_STACK_FRAME("openfl._legacy.system.ScreenMode","new",0x975af1bc,"openfl._legacy.system.ScreenMode.new","openfl/_legacy/system/ScreenMode.hx",9,0xb2cfa295)
            	HX_STACK_THIS(this)
HXLINE(  10)		this->width = (int)-1;
HXLINE(  11)		this->height = (int)-1;
HXLINE(  12)		this->format = null();
HXLINE(  13)		this->refreshRate = (int)-1;
            	}
Ejemplo n.º 13
0
void Motion_obj::postUpdate(){
            	HX_STACK_FRAME("flixel.tweens.motion.Motion","postUpdate",0xca0f98dd,"flixel.tweens.motion.Motion.postUpdate","flixel/tweens/motion/Motion.hx",51,0xc6c8a363)
            	HX_STACK_THIS(this)
HXLINE(  51)		Bool _hx_tmp = hx::IsNotNull( this->_object );
HXDLIN(  51)		if (_hx_tmp) {
HXLINE(  53)			this->_object->setPosition(this->x,this->y);
            		}
            	}
Ejemplo n.º 14
0
 ::flixel::tweens::motion::Motion Motion_obj::setObject( ::flixel::FlxObject object){
            	HX_STACK_FRAME("flixel.tweens.motion.Motion","setObject",0x7f27082d,"flixel.tweens.motion.Motion.setObject","flixel/tweens/motion/Motion.hx",30,0xc6c8a363)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(object,"object")
HXLINE(  31)		this->_object = object;
HXLINE(  32)		this->_wasObjectImmovable = this->_object->immovable;
HXLINE(  33)		this->_object->set_immovable(true);
HXLINE(  34)		return hx::ObjectPtr<OBJ_>(this);
            	}
Ejemplo n.º 15
0
Int Stdout_obj::readByte() {
    HX_STACK_FRAME("sys.io._Process.Stdout","readByte",0xa72b886a,"sys.io._Process.Stdout.readByte","C:\\HaxeToolkit\\haxe\\std/cpp/_std/sys/io/Process.hx",69,0x19dec630)
    HX_STACK_THIS(this)
    HXLINE(  70)		Int _hx_tmp = this->readBytes(this->buf,(int)0,(int)1);
    HXDLIN(  70)		if ((_hx_tmp == (int)0)) {
        HXLINE(  71)			HX_STACK_DO_THROW(::haxe::io::Error_obj::Blocked_dyn());
    }
    HXLINE(  72)		return this->buf->b->__get((int)0);
}
Ejemplo n.º 16
0
Bool HashMap_Impl__obj::remove( ::haxe::ds::_HashMap::HashMapData this1, ::Dynamic k){
            	HX_STACK_FRAME("haxe.ds._HashMap.HashMap_Impl_","remove",0xef67966c,"haxe.ds._HashMap.HashMap_Impl_.remove","/usr/lib/haxe/std/haxe/ds/HashMap.hx",64,0x04ed6968)
            	HX_STACK_ARG(this1,"this1")
            	HX_STACK_ARG(k,"k")
HXLINE(  65)		Int _hx_tmp = ( (Int)( ::Dynamic(k->__Field(HX_("hashCode",1b,0c,75,07),hx::paccDynamic))()) );
HXDLIN(  65)		this1->values->remove(_hx_tmp);
HXLINE(  66)		Int _hx_tmp1 = ( (Int)( ::Dynamic(k->__Field(HX_("hashCode",1b,0c,75,07),hx::paccDynamic))()) );
HXDLIN(  66)		return this1->keys->remove(_hx_tmp1);
            	}
Ejemplo n.º 17
0
void FlxReplay_obj::create(Int Seed){
            	HX_STACK_FRAME("flixel.system.replay.FlxReplay","create",0x64c12a2b,"flixel.system.replay.FlxReplay.create","flixel/system/replay/FlxReplay.hx",82,0xb378fa20)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(Seed,"Seed")
HXLINE(  83)		this->destroy();
HXLINE(  84)		this->init();
HXLINE(  85)		this->seed = Seed;
HXLINE(  86)		this->rewind();
            	}
Ejemplo n.º 18
0
 ::haxe::ds::_HashMap::HashMapData HashSet_Impl__obj::create( ::Dynamic arr){
            	HX_STACK_FRAME("thx._HashSet.HashSet_Impl_","create",0xc3348a05,"thx._HashSet.HashSet_Impl_.create","thx/HashSet.hx",24,0x440165d5)
            	HX_STACK_ARG(arr,"arr")
HXLINE(  26)		HX_VARI(  ::haxe::ds::_HashMap::HashMapData,hashSet) =  ::haxe::ds::_HashMap::HashMapData_obj::__new();
HXLINE(  27)		if (hx::IsNotNull( arr )) {
HXLINE(  28)			::thx::_HashSet::HashSet_Impl__obj::pushMany(hashSet,arr);
            		}
HXLINE(  29)		return hashSet;
            	}
Ejemplo n.º 19
0
void BaseScaleMode_obj::updateScaleOffset() {
    HX_STACK_FRAME("flixel.system.scaleModes.BaseScaleMode","updateScaleOffset",0x13e546c7,"flixel.system.scaleModes.BaseScaleMode.updateScaleOffset","flixel/system/scaleModes/BaseScaleMode.hx",48,0x5a3188fe)
    HX_STACK_THIS(this)
    HXLINE(  49)		Float _hx_tmp = ((Float)this->gameSize->x / (Float)(::flixel::FlxG_obj::width * ::flixel::FlxG_obj::initialZoom));
    HXDLIN(  49)		this->scale->set_x(_hx_tmp);
    HXLINE(  50)		Float _hx_tmp1 = ((Float)this->gameSize->y / (Float)(::flixel::FlxG_obj::height * ::flixel::FlxG_obj::initialZoom));
    HXDLIN(  50)		this->scale->set_y(_hx_tmp1);
    HXLINE(  51)		this->updateOffsetX();
    HXLINE(  52)		this->updateOffsetY();
}
Ejemplo n.º 20
0
void BaseScaleMode_obj::updateGamePosition() {
    HX_STACK_FRAME("flixel.system.scaleModes.BaseScaleMode","updateGamePosition",0xebf59271,"flixel.system.scaleModes.BaseScaleMode.updateGamePosition","flixel/system/scaleModes/BaseScaleMode.hx",82,0x5a3188fe)
    HX_STACK_THIS(this)
    HXLINE(  83)		Bool _hx_tmp = hx::IsNull( ::flixel::FlxG_obj::game );
    HXDLIN(  83)		if (_hx_tmp) {
        HXLINE(  84)			return;
    }
    HXLINE(  86)		::flixel::FlxG_obj::game->set_x(this->offset->x);
    HXLINE(  87)		::flixel::FlxG_obj::game->set_y(this->offset->y);
}
Ejemplo n.º 21
0
void FlxPool_flixel_util_LabelValuePair_obj::putUnsafe( ::flixel::util::LabelValuePair obj){
            	HX_STACK_FRAME("flixel.util.FlxPool_flixel_util_LabelValuePair","putUnsafe",0xa6da53c3,"flixel.util.FlxPool_flixel_util_LabelValuePair.putUnsafe","flixel/util/FlxPool.hx",56,0xdd4de86a)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(obj,"obj")
HXLINE(  56)		Bool _hx_tmp = hx::IsNotNull( obj );
HXDLIN(  56)		if (_hx_tmp) {
HXLINE(  58)			obj->destroy();
HXLINE(  59)			this->_pool[this->_count++] = obj;
            		}
            	}
void URLRequestHeader_obj::__construct(::String __o_name,::String __o_value){
::String name = __o_name.Default(HX_HCSTRING("","\x00","\x00","\x00","\x00"));
::String value = __o_value.Default(HX_HCSTRING("","\x00","\x00","\x00","\x00"));
            	HX_STACK_FRAME("openfl.net.URLRequestHeader","new",0xe794452e,"openfl.net.URLRequestHeader.new","openfl/net/URLRequestHeader.hx",11,0xf4ac7ec0)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(name,"name")
            	HX_STACK_ARG(value,"value")
HXLINE(  13)		this->name = name;
HXLINE(  14)		this->value = value;
            	}
Ejemplo n.º 23
0
void FlxState_obj::destroy(){
            	HX_STACK_FRAME("flixel.FlxState","destroy",0x2171383d,"flixel.FlxState.destroy","flixel/FlxState.hx",123,0xdf96844c)
            	HX_STACK_THIS(this)
HXLINE( 124)		Bool _hx_tmp = hx::IsNotNull( this->subState );
HXDLIN( 124)		if (_hx_tmp) {
HXLINE( 126)			this->subState->destroy();
HXLINE( 127)			this->subState = null();
            		}
HXLINE( 129)		this->super::destroy();
            	}
Ejemplo n.º 24
0
Int FlxPrerotatedAnimation_obj::set_curIndex(Int Value){
            	HX_STACK_FRAME("flixel.animation.FlxPrerotatedAnimation","set_curIndex",0x8ed63595,"flixel.animation.FlxPrerotatedAnimation.set_curIndex","flixel/animation/FlxPrerotatedAnimation.hx",45,0x4a5f70b4)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(Value,"Value")
HXLINE(  46)		this->curIndex = Value;
HXLINE(  48)		Bool _hx_tmp = hx::IsNotNull( this->parent );
HXDLIN(  48)		if (_hx_tmp) {
HXLINE(  50)			this->parent->set_frameIndex(Value);
            		}
HXLINE(  53)		return Value;
            	}
Ejemplo n.º 25
0
Int FlxKeyboard_obj::resolveKeyCode( ::openfl::_legacy::events::KeyboardEvent e){
            	HX_STACK_FRAME("flixel.input.keyboard.FlxKeyboard","resolveKeyCode",0x581c5a06,"flixel.input.keyboard.FlxKeyboard.resolveKeyCode","flixel/input/keyboard/FlxKeyboard.hx",119,0x41882875)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(e,"e")
HXLINE( 123)		::String key = ((e->charCode + HX_("_",5f,00,00,00)) + e->keyCode);
HXDLIN( 123)		HX_VARI(  ::Dynamic,code) = this->_nativeCorrection->get(key);
HXLINE( 124)		Bool _hx_tmp = hx::IsNull( code );
HXDLIN( 124)		if (_hx_tmp) {
HXLINE( 124)			return e->keyCode;
            		}
            		else {
Ejemplo n.º 26
0
void FlxSort_obj::__boot()
{
{
            	HX_STACK_FRAME("flixel.util.FlxSort","boot",0x0735b1ea,"flixel.util.FlxSort.boot","flixel/util/FlxSort.hx",10,0x198bbf28)
HXLINE(  10)		ASCENDING = (int)-1;
            	}
{
            	HX_STACK_FRAME("flixel.util.FlxSort","boot",0x0735b1ea,"flixel.util.FlxSort.boot","flixel/util/FlxSort.hx",11,0x198bbf28)
HXLINE(  11)		DESCENDING = (int)1;
            	}
}
Ejemplo n.º 27
0
::hx::EnumBase BaseScaleMode_obj::set_horizontalAlign(::hx::EnumBase value) {
    HX_STACK_FRAME("flixel.system.scaleModes.BaseScaleMode","set_horizontalAlign",0x8b3e18b7,"flixel.system.scaleModes.BaseScaleMode.set_horizontalAlign","flixel/system/scaleModes/BaseScaleMode.hx",91,0x5a3188fe)
    HX_STACK_THIS(this)
    HX_STACK_ARG(value,"value")
    HXLINE(  92)		this->horizontalAlign = value;
    HXLINE(  93)		Bool _hx_tmp = hx::IsNotNull( this->offset );
    HXDLIN(  93)		if (_hx_tmp) {
        HXLINE(  95)			this->updateOffsetX();
        HXLINE(  96)			this->updateGamePosition();
    }
    HXLINE(  98)		return value;
}
Ejemplo n.º 28
0
::hx::EnumBase BaseScaleMode_obj::set_verticalAlign(::hx::EnumBase value) {
    HX_STACK_FRAME("flixel.system.scaleModes.BaseScaleMode","set_verticalAlign",0x71923e65,"flixel.system.scaleModes.BaseScaleMode.set_verticalAlign","flixel/system/scaleModes/BaseScaleMode.hx",102,0x5a3188fe)
    HX_STACK_THIS(this)
    HX_STACK_ARG(value,"value")
    HXLINE( 103)		this->verticalAlign = value;
    HXLINE( 104)		Bool _hx_tmp = hx::IsNotNull( this->offset );
    HXDLIN( 104)		if (_hx_tmp) {
        HXLINE( 106)			this->updateOffsetY();
        HXLINE( 107)			this->updateGamePosition();
    }
    HXLINE( 109)		return value;
}
Ejemplo n.º 29
0
void ClassResult_obj::add( ::utest::ui::common::FixtureResult result){
            	HX_STACK_FRAME("utest.ui.common.ClassResult","add",0x8d989ff8,"utest.ui.common.ClassResult.add","utest/ui/common/ClassResult.hx",28,0xe4199a3a)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(result,"result")
HXLINE(  29)		Bool _hx_tmp = this->fixtures->exists(result->methodName);
HXDLIN(  29)		if (_hx_tmp) {
HXLINE(  29)			HX_STACK_DO_THROW(HX_("invalid duplicated fixture result",b2,5f,82,0c));
            		}
HXLINE(  31)		this->stats->wire(result->stats);
HXLINE(  33)		this->methods++;
HXLINE(  34)		this->fixtures->set(result->methodName,result);
            	}
Ejemplo n.º 30
0
void FlxTimerManager_obj::remove( ::flixel::util::FlxTimer Timer){
            	HX_STACK_FRAME("flixel.util.FlxTimerManager","remove",0x6ff0b772,"flixel.util.FlxTimerManager.remove","flixel/util/FlxTimer.hx",266,0x0a681e11)
            	HX_STACK_THIS(this)
            	HX_STACK_ARG(Timer,"Timer")
HXLINE( 266)		HX_VARI( ::Array< ::Dynamic>,array) = this->_timers;
HXDLIN( 266)		HX_VARI( Int,index) = array->indexOf(Timer,null());
HXDLIN( 266)		if ((index != (int)-1)) {
HXLINE( 266)			 ::flixel::util::FlxTimer _hx_tmp = array->__get((array->length - (int)1)).StaticCast<  ::flixel::util::FlxTimer >();
HXDLIN( 266)			array[index] = _hx_tmp;
HXDLIN( 266)			array->pop().StaticCast<  ::flixel::util::FlxTimer >();
            		}
            	}