Lines Matching refs:current_offset

544 Raphael.fn.current_offset = Raphael.fn.margin_left;
574 …this.path(this.svg_params(this.current_offset, 0, 0, 4)).attr({ stroke: this.color, "stroke-width"…
575 …this.path(this.svg_params(this.current_offset + this.margin_left, 0, 0, 2)).attr({ stroke: this.co…
576 …this.path(this.svg_params(this.current_offset + width - this.margin_right, 0, 0, 2)).attr({ stroke…
579 …this.path(this.svg_params(this.current_offset, this.tab_margin_top, 2, 0)).attr({ stroke: this.col…
581 …this.path(this.svg_params(this.current_offset, this.margin_top, 2, 0)).attr({ stroke: this.color, …
590 this.current_offset += w;
591 this.setSize(this.current_offset, this.total_height);
602 var fret_left = this.current_offset + this.margin_left;
645 …var stroke_path = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_to…
652 this.path(this.svg_params(this.current_offset + this.margin_left,
667 …var bar_stroke = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_top…
671 var fret_left = this.current_offset + this.margin_left;
672 …var bar_stroke = this.path(this.svg_params(this.current_offset + this.margin_left, this.margin_top…
687 …var path_1 = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_top, 0,…
688 …var path_2 = this.path(this.svg_params(this.current_offset + this.tab_char_width + 6, this.tab_top…
692 var left = this.current_offset + this.margin_left;
708 var fret_left = this.current_offset + this.margin_left;
738 …this.path(this.svg_params(this.current_offset, this.tab_top + (i * this.tab_spacing), width, 0)).a…
748 …this.path(this.svg_params(this.current_offset, this.tab_top, 0, this.tab_height)).attr({ stroke: t…
754 …this.text(this.current_offset + this.tab_char_width, this.tab_top + this.tab_spacing * 1.5, "T").a…
755 …this.text(this.current_offset + this.tab_char_width, this.tab_top + this.tab_spacing * 2.5, "A").a…
756 …this.text(this.current_offset + this.tab_char_width, this.tab_top + this.tab_spacing * 3.5, "B").a…
765 this.text(this.current_offset + left_offset,
902 Raphael.fn.current_offset = Raphael.fn.margin_left;