HomeSort by: relevance | last modified time | path
    Searched defs:right_margin (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
SimpleMenP.h 83 Dimension right_margin; member in struct:_SimpleMenuPart
SmeBSBP.h 58 Dimension left_margin, right_margin;/* left and right margins */ member in struct:__anon5752
TipP.h 56 Dimension right_margin; member in struct:_TipPart
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86gtf.c 120 float right_margin; local
275 right_margin = margins ?
286 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86gtf.c 125 float right_margin; local
278 right_margin = margins ?
289 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
gtf.c 285 float right_margin; local
470 right_margin = margins ?
474 print_value(16, "[RIGHT MARGIN (PIXELS)]", right_margin);
483 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
gtf.c 303 float right_margin; local
504 right_margin = margins ?
508 print_value(16, "[RIGHT MARGIN (PIXELS)]", right_margin);
518 total_active_pixels = h_pixels_rnd + left_margin + right_margin;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
fbpriv.h 183 __u32 right_margin; /* time from picture to sync */ member in struct:fb_var_screeninfo
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
fbpriv.h 183 __u32 right_margin; /* time from picture to sync */ member in struct:fb_var_screeninfo
  /xsrc/external/mit/xterm/dist/
charproc.c 2597 int right_margin; local
2676 right_margin = ScrnRightMargin(xw);
2678 while (screen->cur_col < right_margin) {
2679 int chunk = Min(SL_BUFSIZ, (right_margin - screen->cur_col));
2683 ScrnRefresh(xw, FirstRowNumber(screen), 0, 1, right_margin, True);
2720 int right_margin = ScrnRightMargin(xw); local
2729 StatusPutChars(xw, buffer, right_margin - n);

Completed in 29 milliseconds