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

Lines Matching +defs:left +defs:top

516 	     little left over.  The amount left over is (endt + (to -
654 int left = -1, right = -1;
674 left = margin_glyphs_to_reserve (w, dim.width, w->left_margin_cols);
676 xassert (left >= 0 && right >= 0);
677 marginal_areas_changed_p = (left != matrix->left_margin_glyphs
713 left = margin_glyphs_to_reserve (w, dim.width,
719 left = right = 0;
744 = row->glyphs[LEFT_MARGIN_AREA] + left;
746 = row->glyphs[TEXT_AREA] + dim.width - left - right;
752 matrix->left_margin_glyphs = left;
789 = row->glyphs[LEFT_MARGIN_AREA] + left;
791 = row->glyphs[TEXT_AREA] + dim.width - left - right;
799 xassert (left >= 0 && right >= 0);
800 matrix->left_margin_glyphs = left;
871 /* Record the top y location and height of W at the time the matrix
909 1 by BY positions. BY < 0 means rotate left, i.e. towards lower
927 /* Up (rotate left, i.e. towards lower indices). */
1292 that glyph pointers in the structures are left unchanged. */
1312 TO and FROM are left unchanged. Glyph contents are copied from the
1324 glyph pointers in the rows are left unchanged. */
1560 /* Different partially visible characters on left margin. */
1833 either a sequence of horizontally adjacent windows from left to
1834 right, or a sequence of vertically adjacent windows from top to
2020 /* One partially visible line at the top and
2618 explicitly and check that nothing is left allocated. */
2629 /* Check that nothing is left allocated. */
2801 /* Fill up the frame row with spaces up to the left margin of the
2855 up with spaces, and visit leaf windows from left to right it
2893 | left | text | right |
2900 is not empty, the left area is filled up.
3108 int left, right, x, width;
3114 left = margin_glyphs_to_reserve (w, 1, w->left_margin_cols);
3128 = window_row->glyphs[LEFT_MARGIN_AREA] + left;
3769 left or right. N < 0 means a movement backwards. This function
4342 line would otherwise overwrite lines at the top of the window
4517 int left, right;
4520 &left, &right);
4547 int left, right;
4550 &left, &right);
4551 while (left > 0 && i > 0)
4555 left -= desired_glyph->pixel_width;
4683 /* Update display of the left margin area, if there is one. */
5372 int top = WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f)));
5379 row = top;
5410 while (row > top && col == 0);
5875 /* If we left columns to be overwritten, we must delete them. */
6352 /* Frame has just one top-level window. */