Searched refs:rtop (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c355 int rtop, rbot, rowh, vpos, fully_p = 1;
380 && pos_visible_p (w, posint, &x, &y, &rtop, &rbot, &rowh, &vpos)
381 && (fully_p = !rtop && !rbot, (!NILP (partially) || fully_p)))
388 part = list4 (make_number (rtop), make_number (rbot),
4970 int x, y, rtop, rbot, rowh, vpos;
4979 if (!pos_visible_p (w, PT, &x, &y, &rtop, &rbot, &rowh, &vpos))
5004 if (rtop || rbot) /* partially visible */
5017 if (w->vscroll < 0 && rtop > 0)
5019 px = max (0, -w->vscroll - min (rtop, -dy));
354 int rtop, rbot, rowh, vpos, fully_p = 1; variable
4957 int x, y, rtop, rbot, rowh, vpos; local
H A Dxdisp.c1290 pos_visible_p (w, charpos, x, y, rtop, rbot, rowh, vpos)
1292 int charpos, *x, *y, *rtop, *rbot, *rowh, *vpos;
1341 *rtop = max (0, window_top_y - top_y);
1362 *rtop = max (0, -it2.current_y);
1385 charpos, w->vscroll, *x, *y, *rtop, *rbot, *rowh, *vpos);

Completed in 291 milliseconds