• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching defs:whole

3687    is over.  Set *X and *Y to the portion and whole of the mouse's
4067 amount to scroll of a whole of WHOLE. */
4070 x_send_scroll_bar_event (window, part, portion, whole)
4072 int part, portion, whole;
4114 ev->data.l[4] = (long) whole;
4183 int part = -1, whole = 0, portion = 0;
4226 whole = XM_SB_MAX - slider_size;
4227 portion = min (cs->value, whole);
4241 x_send_scroll_bar_event (bar->window, part, portion, whole);
4262 int part = -1, whole = 0, portion = 0;
4305 whole = adj->upper - adj->page_size;
4306 portion = min ((int)position, whole);
4314 x_send_scroll_bar_event (bar->window, part, portion, whole);
4333 int whole, portion, height;
4341 whole = 10000000;
4342 portion = shown < 1 ? top * whole : 0;
4357 x_send_scroll_bar_event (bar->window, part, portion, whole);
4616 displaying PORTION out of a whole WHOLE, and our position POSITION. */
4620 x_set_toolkit_scroll_bar_thumb (bar, portion, position, whole)
4622 int portion, position, whole;
4624 xg_set_toolkit_scroll_bar_thumb (bar, portion, position, whole);
4629 x_set_toolkit_scroll_bar_thumb (bar, portion, position, whole)
4631 int portion, position, whole;
4653 /* When the thumb is at the bottom, position == whole.
4654 So we need to increase `whole' to make space for the thumb. */
4655 whole += portion;
4657 if (whole <= 0)
4661 top = (float) position / whole;
4662 shown = (float) portion / whole;
4684 if (whole == 0)
4688 top = (float) position / whole;
4689 shown = (float) portion / whole;
4993 XTset_vertical_scroll_bar (w, portion, whole, position)
4995 int portion, whole, position;
5152 x_set_toolkit_scroll_bar_thumb (bar, portion, position, whole);
5160 if (whole == 0)
5164 int start = ((double) position * top_range) / whole;
5165 int end = ((double) (position + portion) * top_range) / whole;
7189 mode lines must be clipped to the whole window. */