Lines Matching refs:newX
518 int newX; /* X-position corresponding to p+1. */
554 newX = curX = startX;
560 newX += fontPtr->widths[c];
563 newX += fontPtr->tabWidth;
564 rem = (newX - tabOrigin) % fontPtr->tabWidth;
568 newX -= rem;
572 newX += fontPtr->widths[c];
579 if (newX > maxX) {
594 termX = newX;
596 curX = newX;
605 curX = newX;
614 termX = newX;