public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { double step = ( ( 11 * this.renderer.stave.staveGroup.layout.renderer.settings.scale ) * this._scale ); int loops = default(int); { double v = global::System.Math.Max(((double) (1) ), ((double) (( this.width / step )) )); { double x = global::System.Math.Floor(((double) (v) )); loops = ((int) (x) ); } } int loopX = 0; { int _g = 0; while (( _g < loops )) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph glyph = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null<int>(loopX, true), new global::haxe.lang.Null<int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg) (global::alphatab.rendering.glyphs.MusicFont.WaveHorizontal) ), ((double) (this._scale) ), ((double) (this._scale) )); glyph.renderer = this.renderer; glyph.paint(( cx + this.x ), ( cy + this.y ), canvas); { double x1 = global::System.Math.Floor(((double) (step) )); loopX += ((int) (x1) ); } } } } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { double step = ((11 * this.renderer.stave.staveGroup.layout.renderer.settings.scale) * this._scale); int loops = default(int); { double v = global::System.Math.Max(((double)(1)), ((double)((this.width / step)))); { double x = global::System.Math.Floor(((double)(v))); loops = ((int)(x)); } } int loopX = 0; { int _g = 0; while ((_g < loops)) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph glyph = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null <int>(loopX, true), new global::haxe.lang.Null <int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg)(global::alphatab.rendering.glyphs.MusicFont.WaveHorizontal)), ((double)(this._scale)), ((double)(this._scale))); glyph.renderer = this.renderer; glyph.paint((cx + this.x), (cy + this.y), canvas); { double x1 = global::System.Math.Floor(((double)(step))); loopX += ((int)(x1)); } } } } }
public virtual global::alphatab.rendering.glyphs.SvgGlyph f() { unchecked { global::alphatab.rendering.glyphs.SvgGlyph f = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null <int>(0, true), new global::haxe.lang.Null <int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg)(global::alphatab.rendering.glyphs.MusicFont.DynamicF)), ((double)(0.8)), ((double)(0.8))); f.width = ((int)((7 * this.renderer.stave.staveGroup.layout.renderer.settings.scale))); return(f); } }
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); } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; canvas.setFont(res.markerFont); canvas.setColor(res.mainGlyphColor); global::alphatab.rendering.glyphs.SvgGlyph symbol = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null<int>(0, true), new global::haxe.lang.Null<int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg) (global::alphatab.rendering.glyphs.MusicFont.Tempo) ), ((double) (1) ), ((double) (1) )); symbol.renderer = this.renderer; symbol.paint(( cx + this.x ), ( cy + this.y ), canvas); canvas.fillText(global::haxe.lang.Runtime.concat("", global::haxe.lang.Runtime.toString(this._tempo)), ((double) (( ( cx + this.x ) + ((int) (( 30 * this.renderer.stave.staveGroup.layout.renderer.settings.scale )) ) )) ), ((double) (( ( cy + this.y ) + ((int) (( 7 * this.renderer.stave.staveGroup.layout.renderer.settings.scale )) ) )) )); } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; canvas.setFont(res.markerFont); canvas.setColor(res.mainGlyphColor); global::alphatab.rendering.glyphs.SvgGlyph symbol = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null <int>(0, true), new global::haxe.lang.Null <int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg)(global::alphatab.rendering.glyphs.MusicFont.Tempo)), ((double)(1)), ((double)(1))); symbol.renderer = this.renderer; symbol.paint((cx + this.x), (cy + this.y), canvas); canvas.fillText(global::haxe.lang.Runtime.concat("", global::haxe.lang.Runtime.toString(this._tempo)), ((double)(((cx + this.x) + ((int)((30 * this.renderer.stave.staveGroup.layout.renderer.settings.scale)))))), ((double)(((cy + this.y) + ((int)((7 * this.renderer.stave.staveGroup.layout.renderer.settings.scale))))))); } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; canvas.setFont(res.markerFont); canvas.setColor(res.mainGlyphColor); double textw = canvas.measureText("tr"); canvas.fillText("tr", ((double) (( cx + this.x )) ), ((double) (( cy + this.y )) )); double startX = textw; double endX = ( this.width - startX ); double step = ( ( 11 * this.renderer.stave.staveGroup.layout.renderer.settings.scale ) * this._scale ); int loops = default(int); { double v = global::System.Math.Max(((double) (1) ), ((double) (( (( endX - startX )) / step )) )); { double x = global::System.Math.Floor(((double) (v) )); loops = ((int) (x) ); } } int loopX = ((int) (startX) ); { int _g = 0; while (( _g < loops )) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph glyph = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null<int>(loopX, true), new global::haxe.lang.Null<int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg) (global::alphatab.rendering.glyphs.MusicFont.WaveHorizontal) ), ((double) (this._scale) ), ((double) (this._scale) )); glyph.renderer = this.renderer; int __temp_stmt607 = default(int); { double x1 = ( res.markerFont.getSize() / 2 ); __temp_stmt607 = ((int) (x1) ); } glyph.paint(( cx + this.x ), ( ( cy + this.y ) + __temp_stmt607 ), canvas); { double x2 = global::System.Math.Floor(((double) (step) )); loopX += ((int) (x2) ); } } } } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; canvas.setFont(res.markerFont); canvas.setColor(res.mainGlyphColor); double textw = canvas.measureText("tr"); canvas.fillText("tr", ((double)((cx + this.x))), ((double)((cy + this.y)))); double startX = textw; double endX = (this.width - startX); double step = ((11 * this.renderer.stave.staveGroup.layout.renderer.settings.scale) * this._scale); int loops = default(int); { double v = global::System.Math.Max(((double)(1)), ((double)((((endX - startX)) / step)))); { double x = global::System.Math.Floor(((double)(v))); loops = ((int)(x)); } } int loopX = ((int)(startX)); { int _g = 0; while ((_g < loops)) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph glyph = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null <int>(loopX, true), new global::haxe.lang.Null <int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg)(global::alphatab.rendering.glyphs.MusicFont.WaveHorizontal)), ((double)(this._scale)), ((double)(this._scale))); glyph.renderer = this.renderer; int __temp_stmt607 = default(int); { double x1 = (res.markerFont.getSize() / 2); __temp_stmt607 = ((int)(x1)); } glyph.paint((cx + this.x), ((cy + this.y) + __temp_stmt607), canvas); { double x2 = global::System.Math.Floor(((double)(step))); loopX += ((int)(x2)); } } } } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.TabBarRenderer tabBarRenderer = ((global::alphatab.rendering.TabBarRenderer) (this.renderer) ); global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; int startY = default(int); int __temp_stmt600 = default(int); { double x = ( tabBarRenderer.getNoteY(this._beat.maxNote()) - ( res.tablatureFont.getSize() / 2 ) ); __temp_stmt600 = ((int) (x) ); } startY = ( ( cy + this.y ) + __temp_stmt600 ); double endY = ( ( ( cy + this.y ) + tabBarRenderer.getNoteY(this._beat.minNote()) ) + ( res.tablatureFont.getSize() / 2 ) ); int arrowX = ((int) (( ( cx + this.x ) + ( ((double) (this.width) ) / 2 ) )) ); double arrowSize = ( 8 * this.renderer.stave.staveGroup.layout.renderer.settings.scale ); canvas.setColor(res.mainGlyphColor); if (( this._beat.brushType != global::alphatab.model.BrushType.None )) { if (( ( this._beat.brushType == global::alphatab.model.BrushType.BrushUp ) || ( this._beat.brushType == global::alphatab.model.BrushType.BrushDown ) )) { canvas.beginPath(); canvas.moveTo(((double) (arrowX) ), ((double) (startY) )); canvas.lineTo(((double) (arrowX) ), endY); canvas.stroke(); } else { int size = ((int) (( 15 * this.renderer.stave.staveGroup.layout.renderer.settings.scale )) ); int steps = default(int); { double v = ( global::System.Math.Abs(((double) (( endY - startY )) )) / size ); { double x1 = global::System.Math.Floor(((double) (v) )); steps = ((int) (x1) ); } } { int _g = 0; while (( _g < ((int) (steps) ) )) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph arrow = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null<int>(((int) (( 3 * this.renderer.stave.staveGroup.layout.renderer.settings.scale )) ), true), new global::haxe.lang.Null<int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg) (global::alphatab.rendering.glyphs.MusicFont.WaveVertical) ), ((double) (1) ), ((double) (1) )); arrow.renderer = this.renderer; arrow.doLayout(); arrow.paint(( cx + this.x ), ( startY + ( i * size ) ), canvas); } } } if (( ( this._beat.brushType == global::alphatab.model.BrushType.BrushUp ) || ( this._beat.brushType == global::alphatab.model.BrushType.ArpeggioUp ) )) { canvas.beginPath(); canvas.moveTo(((double) (arrowX) ), endY); canvas.lineTo(((double) (((int) (( arrowX + ( arrowSize / 2 ) )) )) ), ((double) (((int) (( endY - arrowSize )) )) )); canvas.lineTo(((double) (((int) (( arrowX - ( arrowSize / 2 ) )) )) ), ((double) (((int) (( endY - arrowSize )) )) )); canvas.closePath(); canvas.fill(); } else { canvas.beginPath(); canvas.moveTo(((double) (arrowX) ), ((double) (startY) )); canvas.lineTo(((double) (((int) (( arrowX + ( arrowSize / 2 ) )) )) ), ((double) (((int) (( startY + arrowSize )) )) )); canvas.lineTo(((double) (((int) (( arrowX - ( arrowSize / 2 ) )) )) ), ((double) (((int) (( startY + arrowSize )) )) )); canvas.closePath(); canvas.fill(); } } } }
public virtual global::alphatab.rendering.glyphs.SvgGlyph f() { unchecked { global::alphatab.rendering.glyphs.SvgGlyph f = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null<int>(0, true), new global::haxe.lang.Null<int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg) (global::alphatab.rendering.glyphs.MusicFont.DynamicF) ), ((double) (0.8) ), ((double) (0.8) )); f.width = ((int) (( 7 * this.renderer.stave.staveGroup.layout.renderer.settings.scale )) ); return f; } }
public override void paint(int cx, int cy, global::alphatab.platform.ICanvas canvas) { unchecked { global::alphatab.rendering.TabBarRenderer tabBarRenderer = ((global::alphatab.rendering.TabBarRenderer)(this.renderer)); global::alphatab.rendering.RenderingResources res = this.renderer.stave.staveGroup.layout.renderer.renderingResources; int startY = default(int); int __temp_stmt600 = default(int); { double x = (tabBarRenderer.getNoteY(this._beat.maxNote()) - (res.tablatureFont.getSize() / 2)); __temp_stmt600 = ((int)(x)); } startY = ((cy + this.y) + __temp_stmt600); double endY = (((cy + this.y) + tabBarRenderer.getNoteY(this._beat.minNote())) + (res.tablatureFont.getSize() / 2)); int arrowX = ((int)(((cx + this.x) + (((double)(this.width)) / 2)))); double arrowSize = (8 * this.renderer.stave.staveGroup.layout.renderer.settings.scale); canvas.setColor(res.mainGlyphColor); if ((this._beat.brushType != global::alphatab.model.BrushType.None)) { if (((this._beat.brushType == global::alphatab.model.BrushType.BrushUp) || (this._beat.brushType == global::alphatab.model.BrushType.BrushDown))) { canvas.beginPath(); canvas.moveTo(((double)(arrowX)), ((double)(startY))); canvas.lineTo(((double)(arrowX)), endY); canvas.stroke(); } else { int size = ((int)((15 * this.renderer.stave.staveGroup.layout.renderer.settings.scale))); int steps = default(int); { double v = (global::System.Math.Abs(((double)((endY - startY)))) / size); { double x1 = global::System.Math.Floor(((double)(v))); steps = ((int)(x1)); } } { int _g = 0; while ((_g < ((int)(steps)))) { int i = _g++; global::alphatab.rendering.glyphs.SvgGlyph arrow = new global::alphatab.rendering.glyphs.SvgGlyph(new global::haxe.lang.Null <int>(((int)((3 * this.renderer.stave.staveGroup.layout.renderer.settings.scale))), true), new global::haxe.lang.Null <int>(0, true), ((global::alphatab.rendering.glyphs.LazySvg)(global::alphatab.rendering.glyphs.MusicFont.WaveVertical)), ((double)(1)), ((double)(1))); arrow.renderer = this.renderer; arrow.doLayout(); arrow.paint((cx + this.x), (startY + (i * size)), canvas); } } } if (((this._beat.brushType == global::alphatab.model.BrushType.BrushUp) || (this._beat.brushType == global::alphatab.model.BrushType.ArpeggioUp))) { canvas.beginPath(); canvas.moveTo(((double)(arrowX)), endY); canvas.lineTo(((double)(((int)((arrowX + (arrowSize / 2)))))), ((double)(((int)((endY - arrowSize)))))); canvas.lineTo(((double)(((int)((arrowX - (arrowSize / 2)))))), ((double)(((int)((endY - arrowSize)))))); canvas.closePath(); canvas.fill(); } else { canvas.beginPath(); canvas.moveTo(((double)(arrowX)), ((double)(startY))); canvas.lineTo(((double)(((int)((arrowX + (arrowSize / 2)))))), ((double)(((int)((startY + arrowSize)))))); canvas.lineTo(((double)(((int)((arrowX - (arrowSize / 2)))))), ((double)(((int)((startY + arrowSize)))))); canvas.closePath(); canvas.fill(); } } } }