Lines Matching refs:lastY
1358 this.lastY = endY;
1378 this.lastY = y2;
1385 this.lastY = y3;
1392 this.lastY = y;
1398 if (this.lastX != null && this.lastY != null)
1401 var dy = Math.abs(endY - this.lastY);
1408 this.lastY = endY;
1428 var stepY = sign(endY - this.lastY) * dy / segs;
1436 var y = stepY * s + this.lastY;
1444 this.lastY = endY;
1450 this.lastY = endY;