Searched refs:getLineRect (Results 1 – 5 of 5) sorted by relevance
72 const top = editor.getLineRect(match.startline).top;73 const bottom = editor.getLineRect(match.endline).bottom;104 shift = editor.getLineRect(match.startline).top - match.scroll.top;152 const top = editor.getLineRect(match.startline).top;153 const bottom = editor.getLineRect(match.endline).bottom;166 const top = editor.getLineRect(match.startline).top;167 const bottom = editor.getLineRect(match.endline).bottom;
116 return this.object.getLineRect(this.linenum).top;147 let top = editor.getLineRect(this.startline, 'viewport').top;148 let bottom = editor.getLineRect(this.endline, 'viewport').bottom;214 var rect = editor.getLineRect(i);240 const rect = this.object.getLineRect(linenum);
156 getLineRect(linenum, mode='local') { method in MoaiEditor.Codemirror202 const start = this.getLineRect(data.startline);203 const end = this.getLineRect(data.endline);
135 getLineRect(linenum, mode='local') { method in MoaiEditor.TextAreaMirror207 const start = this.getLineRect(data.startline);208 const end = this.getLineRect(data.endline);
364 top = editor.getLineRect(topline).bottom;367 bottom = editor.getLineRect(bottomline).top;