Searched refs:getLineRect (Results 1 – 5 of 5) sorted by relevance
71 const top = editor.getLineRect(match.startline).top;72 const bottom = editor.getLineRect(match.endline).bottom;103 shift = editor.getLineRect(match.startline).top - match.scroll.top;151 const top = editor.getLineRect(match.startline).top;152 const bottom = editor.getLineRect(match.endline).bottom;165 const top = editor.getLineRect(match.startline).top;166 const bottom = editor.getLineRect(match.endline).bottom;
115 return this.object.getLineRect(this.linenum).top;149 let top = editor.getLineRect(this.startline, 'viewport').top;150 let bottom = editor.getLineRect(this.endline, 'viewport').bottom;217 var rect = editor.getLineRect(i);243 const rect = this.object.getLineRect(linenum);
165 getLineRect(linenum, mode='local') { method in MoaiEditor.Codemirror211 const start = this.getLineRect(data.startline);212 const end = this.getLineRect(data.endline);
136 getLineRect(linenum, mode='local') { method in MoaiEditor.TextAreaMirror208 const start = this.getLineRect(data.startline);209 const end = this.getLineRect(data.endline);
367 top = editor.getLineRect(topline).bottom;370 bottom = editor.getLineRect(bottomline).top;