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;
112 if (y <= l.bottom) {
173 path.addRect([ax, la.top, bx, la.bottom]);
175 path.addRect([ax, la.top, width, la.bottom]);
176 path.addRect([0, lb.top, bx, lb.bottom]);
177 if (la.bottom < lb.top) {
178 path.addRect([0, la.bottom, width, lb.top]); // extra lines inbetween
272 return this._lines[this._lines.length-1].bottom;
289 this._cursor.place(x, l.top, l.bottom);