Exemple #1
0
 public static void __hx_ctor_alphatab_rendering_glyphs_LazySvg(global::alphatab.rendering.glyphs.LazySvg __temp_me162, string raw)
 {
     unchecked
     {
         __temp_me162._raw    = raw;
         __temp_me162._parsed = default(global::haxe.root.Array <object>);
     }
 }
Exemple #2
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked
            {
                switch (hash)
                {
                case 2075993521:
                {
                    this._lastControlY = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 2075993520:
                {
                    this._lastControlX = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 2097124632:
                {
                    this._yGlyphScale = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 2082548183:
                {
                    this._xGlyphScale = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 1537341680:
                {
                    this._yScale = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 1967561873:
                {
                    this._xScale = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 1658522975:
                {
                    this._currentY = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 1658522974:
                {
                    this._currentX = ((double)(global::haxe.lang.Runtime.toDouble(@value)));
                    return(@value);
                }


                case 291053381:
                {
                    this._lastCmd = global::haxe.lang.Runtime.toString(@value);
                    return(@value);
                }


                case 1059254117:
                {
                    this._svg = ((global::alphatab.rendering.glyphs.LazySvg)(@value));
                    return(@value);
                }


                default:
                {
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
        }
Exemple #3
0
 public static void __hx_ctor_alphatab_rendering_glyphs_SvgGlyph(global::alphatab.rendering.glyphs.SvgGlyph __temp_me109, global::haxe.lang.Null <int> x, global::haxe.lang.Null <int> y, global::alphatab.rendering.glyphs.LazySvg svg, double xScale, double yScale)
 {
     unchecked
     {
         int __temp_y108 = ((global::haxe.lang.Runtime.eq((y).toDynamic(), (default(global::haxe.lang.Null <int>)).toDynamic())) ? (((int)(0))) : (y.@value));
         int __temp_x107 = ((global::haxe.lang.Runtime.eq((x).toDynamic(), (default(global::haxe.lang.Null <int>)).toDynamic())) ? (((int)(0))) : (x.@value));
         global::alphatab.rendering.Glyph.__hx_ctor_alphatab_rendering_Glyph(__temp_me109, new global::haxe.lang.Null <int>(__temp_x107, true), new global::haxe.lang.Null <int>(__temp_y108, true));
         __temp_me109._svg         = svg;
         __temp_me109._xGlyphScale = (xScale * 0.0099);
         __temp_me109._yGlyphScale = (yScale * 0.0099);
     }
 }
Exemple #4
0
 public SvgGlyph(global::haxe.lang.Null <int> x, global::haxe.lang.Null <int> y, global::alphatab.rendering.glyphs.LazySvg svg, double xScale, double yScale) : base(global::haxe.lang.EmptyObject.EMPTY)
 {
     unchecked
     {
         global::alphatab.rendering.glyphs.SvgGlyph.__hx_ctor_alphatab_rendering_glyphs_SvgGlyph(this, x, y, svg, xScale, yScale);
     }
 }
Exemple #5
0
		public override   object __hx_setField(string field, int hash, object @value, bool handleProperties)
		{
			unchecked 
			{
				switch (hash)
				{
					case 2075993521:
					{
						this._lastControlY = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 2075993520:
					{
						this._lastControlX = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 2097124632:
					{
						this._yGlyphScale = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 2082548183:
					{
						this._xGlyphScale = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 1537341680:
					{
						this._yScale = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 1967561873:
					{
						this._xScale = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 1658522975:
					{
						this._currentY = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 1658522974:
					{
						this._currentX = ((double) (global::haxe.lang.Runtime.toDouble(@value)) );
						return @value;
					}
					
					
					case 291053381:
					{
						this._lastCmd = global::haxe.lang.Runtime.toString(@value);
						return @value;
					}
					
					
					case 1059254117:
					{
						this._svg = ((global::alphatab.rendering.glyphs.LazySvg) (@value) );
						return @value;
					}
					
					
					default:
					{
						return base.__hx_setField(field, hash, @value, handleProperties);
					}
					
				}
				
			}
		}