Lines Matching defs:left
1930 int x1, y1; /* Upper left corner of area to redraw.
2230 * one to return), and return if there are no items left.
2337 * Grow the tag space if there's no more room left in the current
3654 * corresponding to left edge of canvas
3660 int left, right, top, bottom, delta;
3666 * left corner.
3694 * canvas in the view. The variables left, right, etc. keep track of
3704 left = xOrigin + canvasPtr->inset - canvasPtr->scrollX1;
3710 if ((left < 0) && (right > 0)) {
3711 delta = (right > -left) ? -left : right;
3716 } else if ((right < 0) && (left > 0)) {
3717 delta = (left > -right) ? -right : left;