Searched refs:bottom_margin (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SimpleMenP.h | 70 Dimension bottom_margin; member in struct:_SimpleMenuPart
|
H A D | SimpleMenu.c | 74 offset(bottom_margin), XtRImmediate, (XtPointer) 0}, 446 (smw_old->simple_menu.bottom_margin != 447 smw_new->simple_menu.bottom_margin) /* filler................. */ ) { 942 height += smw->simple_menu.bottom_margin; 1224 height = smw->simple_menu.top_margin + smw->simple_menu.bottom_margin;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SimpleMenP.h | 72 Dimension bottom_margin; member in struct:_SimpleMenuPart
|
H A D | Xaw3_1SimpleMenu.c | 72 offset(bottom_margin), XtRImmediate, (caddr_t) 0}, 433 (smw_old->simple_menu.bottom_margin != 434 smw_new->simple_menu.bottom_margin) /* filler................. */ ) { 905 height += smw->simple_menu.bottom_margin; 1187 height = smw->simple_menu.top_margin + smw->simple_menu.bottom_margin;
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_modes.c | 323 int top_margin, bottom_margin; local 371 bottom_margin = top_margin; 394 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin +
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sdvo.c | 188 u32 left_margin, right_margin, top_margin, bottom_margin; member in struct:intel_sdvo_connector 2122 intel_sdvo_connector->bottom_margin = temp_value; 2130 if (intel_sdvo_connector->bottom_margin == temp_value) 2134 intel_sdvo_connector->bottom_margin = temp_value; 2715 intel_sdvo_connector->bottom_margin = intel_sdvo_connector->top_margin; 2728 "bottom_margin", 0, data_value[0]); 2734 intel_sdvo_connector->bottom_margin);
|
Completed in 138 milliseconds