• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/src/

Lines Matching defs:current_x

338    at or past right window margin, and with IT->current_x set.  */
344 && it->current_x == it->last_visible_x)
1328 int top_x = it.current_x;
1360 *x = it2.current_x;
2761 new_x = it->current_x + it->pixel_width;
2769 if (it->current_x > 0
2785 it->continuation_lines_width += it->current_x;
2796 it->current_x = it->hpos = 0;
5169 selective display. Caution: this does not change IT->current_x and
6476 x = it->current_x;
6530 it->current_x = x;
6550 it->current_x = new_x;
6562 it->current_x = x_before_this_char;
6595 it->current_x = x;
6626 it->current_x = x;
6632 else if ((op & MOVE_TO_X) && it->current_x >= to_x)
6657 && it->current_x >= it->last_visible_x)
6854 line. Since it->current_x does not include these glyphs,
6857 (it->c == '\t') ? it->last_visible_x : it->current_x;
6866 it->current_x = it->hpos = 0;
6916 it->current_x = it->hpos = 0;
7124 xassert (it->current_x == 0 && it->hpos == 0);
7168 it->current_x = it->hpos = 0;
7177 it->current_x = it->hpos = 0;
9668 while (it->current_x < max_x)
9690 x = it_before.current_x;
9765 it->current_x = it->hpos = 0;
10364 hscroll = max (0, (it.current_x
10379 = max (0, it.current_x - wanted_x) / FRAME_COLUMN_WIDTH (it.f);
10390 = max (0, it.current_x - wanted_x) / FRAME_COLUMN_WIDTH (it.f);
11164 if (it.current_x != this_line_start_x)
11289 it.current_x = this_line_start_x;
13330 it.current_x = it.hpos = 0;
14662 xassert (it.hpos == 0 && it.current_x == 0);
14988 get the right continuation_lines_width and current_x. */
14990 it.hpos = it.current_x = 0;
15487 if (it.current_x > it.last_visible_x)
15516 truncate_it.current_x = 0;
15677 int saved_x = it->current_x;
15703 it->current_x = saved_x;
15731 if (it->current_x >= it->last_visible_x)
15776 int saved_x = it->current_x;
15794 while (it->current_x <= it->last_visible_x)
15799 it->current_x = saved_x;
15963 xassert (it->hpos == 0 && it->current_x == 0);
15996 if (it->current_x < it->first_visible_x)
16051 x = it->current_x;
16096 && it->current_x < it->last_visible_x)
16106 if (it->current_x - it->pixel_width < it->first_visible_x)
16138 it->current_x = new_x;
16178 it->current_x = x_before;
16213 it->current_x = x_before;
16305 ? (it->current_x >= it->last_visible_x)
16306 : (it->current_x > it->last_visible_x)))
16350 it->current_x = x_before;
16444 it->current_x = it->hpos = 0;
16549 if (it.current_x < it.last_visible_x)
16555 if (it.current_x < it.last_visible_x)
16921 || it->current_x < it->last_visible_x))
18281 if (it->current_x < it->first_visible_x)
18291 /* This condition is for the case that we are called with current_x
18293 while (it->current_x < max_x)
18302 x_before = it->current_x;
18321 it->current_x = x_before;
18326 it->current_x = x;
18370 && it->current_x >= it->last_visible_x)
18380 if (it->current_x > it->last_visible_x)
20021 if ((crop = it->pixel_width - (it->last_visible_x - it->current_x), crop > 0)
20196 width = max (0, (int)tem + align_to - it->current_x);
20235 && it->current_x + width > it->last_visible_x)
20236 width = it->last_visible_x - it->current_x - 1;
20647 int x = it->current_x + it->continuation_lines_width;
21017 it->current_x += it->pixel_width;
22138 int current_x;
22175 current_x = best_row->x;
22187 *x = current_x;
22199 current_x += glyph->pixel_width;
22210 current_x = best_row->x;
22215 *x = current_x;