Lines Matching refs:bottom
28 _path: null, // only use x,top,bottom if path is null
35 place: function(x, top, bottom) {
38 this._bottom = bottom;
114 const l = lines.find((l) => y <= l.bottom);
153 path.addRect([ax, la.top, bx, la.bottom]);
155 path.addRect([ax, la.top, width, la.bottom]);
156 path.addRect([0, lb.top, bx, lb.bottom]);
157 if (la.bottom < lb.top) {
158 path.addRect([0, la.bottom, width, lb.top]); // extra lines inbetween
261 return this._lines[this._lines.length-1].bottom;
278 this._cursor.place(x, l.top, l.bottom);