Home
last modified time | relevance | path

Searched refs:increment_offset (Results 1 – 2 of 2) sorted by relevance

/plugin/chordsheets/js/
H A Djtab.js587 Raphael.fn.increment_offset = function (width) { function
648 this.increment_offset(width);
655 this.increment_offset(this.margin_left + dx + this.margin_right);
668 this.increment_offset(width);
673 this.increment_offset(this.margin_left + this.margin_right);
689 this.increment_offset(width);
697 this.increment_offset(this.margin_left + 6 + this.margin_right);
757 this.increment_offset(width);
824 this.increment_offset(width);
838 this.increment_offset(width);
[all …]
H A Djtab.min.js1increment_offset=function(t){w=void 0===t?this.chord_width:t,this.debug&&this.debug_grid(w),this.c… function