Lines Matching refs:top
32 top = ycoords[0],
92 top = ycoords[i];
94 if(!isNumber(top) || !isNumber(left))
106 h = Math.abs(this._bottomOrigin - top);
107 if(top < this._bottomOrigin)
109 positiveBaseValues[i] = top;
112 else if(top > this._bottomOrigin)
115 negativeBaseValues[i] = top;
116 top -= h;
120 positiveBaseValues[i] = top;
121 negativeBaseValues[i] = top;
126 if(top > this._bottomOrigin)
128 top += (negativeBaseValues[i] - this._bottomOrigin);
129 h = top - negativeBaseValues[i];
130 negativeBaseValues[i] = top;
131 top -= h;
133 else if(top <= this._bottomOrigin)
135 top = positiveBaseValues[i] - (this._bottomOrigin - top);
136 h = positiveBaseValues[i] - top;
137 positiveBaseValues[i] = top;
148 yvalues.push(top);
155 style.y = top;
264 top: 0,