Lines Matching refs:lastX
1357 this.lastX = endX;
1377 this.lastX = x2;
1384 this.lastX = x3;
1391 this.lastX = x;
1398 if (this.lastX != null && this.lastY != null)
1400 var dx = Math.abs(endX - this.lastX);
1407 this.lastX = endX;
1427 var stepX = sign(endX - this.lastX) * dx / segs;
1435 var x = stepX * s + this.lastX;
1443 this.lastX = endX;
1449 this.lastX = endX;