Searched refs:right_x (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c1837 w32_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
1840 int left_x, top_y, right_x, bottom_y, width;
1860 right_x - left_x - i * (left_p + right_p ) + 1, 1);
1879 right_x - left_x - i * (left_p + right_p) + 1, 1);
1885 right_x - i, top_y + i + 1, 1,
1902 w32_draw_box_rect (s, left_x, top_y, right_x, bottom_y, width,
1905 int left_x, top_y, right_x, bottom_y, width, left_p, right_p;
1912 left_x, top_y, right_x - left_x + 1, width);
1923 left_x, bottom_y - width + 1, right_x - left_x + 1, width);
1929 right_x
1934 int width, left_x, right_x, top_y, bottom_y, last_x, raised_p; local
[all...]
H A Dwindow.c737 int left_x, right_x, top_y, bottom_y;
747 /* In what's below, we subtract 1 when computing right_x because we
752 right_x = WINDOW_TOTAL_WIDTH (w) - 1;
759 right_x = WINDOW_BOX_RIGHT_EDGE_X (w) - 1;
829 if (*x < left_x || *x > right_x)
846 && (abs (*x - right_x) < grabbable_width))
850 *x = min (right_x, *x) - left_x;
857 /* Need to say "*x > right_x" rather than >=, since on character
858 terminals, the vertical line's x coordinate is right_x. */
861 && *x > right_x
735 int left_x, right_x, top_y, bottom_y; local
[all...]
H A Dmacterm.c3332 x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
3335 int left_x, top_y, right_x, bottom_y, width;
3354 right_x + 1 - i * right_p, top_y + i);
3374 right_x + 1 - i * right_p, bottom_y - i);
3380 right_x - i, top_y + i + 1, right_x - i, bottom_y - i);
3394 x_draw_box_rect (s, left_x, top_y, right_x, bottom_y, width,
3397 int left_x, top_y, right_x, bottom_y, width, left_p, right_p;
3408 right_x - left_x + 1, width);
3417 right_x
3430 int width, left_x, right_x, top_y, bottom_y, last_x, raised_p; local
[all...]
H A Dxterm.c2033 x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
2036 int left_x, top_y, right_x, bottom_y, width;
2056 right_x + 1 - i * right_p, top_y + i);
2076 right_x + 1 - i * right_p, bottom_y - i);
2082 right_x - i, top_y + i + 1, right_x - i, bottom_y - i);
2096 x_draw_box_rect (s, left_x, top_y, right_x, bottom_y, width,
2099 int left_x, top_y, right_x, bottom_y, width, left_p, right_p;
2110 left_x, top_y, right_x - left_x + 1, width);
2119 left_x, bottom_y - width + 1, right_x
2130 int width, left_x, right_x, top_y, bottom_y, last_x, raised_p; local
[all...]

Completed in 233 milliseconds