Lines Matching refs:_top
136 node.style.top = (y + this._top) + "px";
697 this._top = 0;
739 if (h < this._top)
741 this._top = h;
748 this._height = this._bottom - this._top;
981 * @property _top
985 _top: 0,
1368 h = this._bottom - this._top,
1395 args[j] = args[j] - this._top;
1420 args.unshift(this._xcoords[i] - this._left, this._ycoords[i] - this._top);
2261 this._top = y;