Searched refs:horizontal (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_prconf.c | 172 int horizontal; /* Horizontal screen size (cm), etc. */ local 212 sun_edid_screen_size(edid_data, &horizontal, &vertical, &aspect); 213 if ((horizontal != 0) && (vertical != 0)) { 215 horizontal, vertical); 218 if (horizontal != 0) {
|
H A D | sun_edid.h | 109 int *horizontal, /* Horizontal Screen Size (cm), etc. */
|
H A D | fbc_predid.c | 253 int horizontal; /* Horizontal screen size (cm), etc. */ local 323 sun_edid_screen_size(edid_base, &horizontal, &vertical, &aspect); 324 if ((horizontal != 0) && (vertical != 0)) { 326 horizontal, vertical); 329 if (horizontal != 0) {
|
H A D | sun_edid.c | 350 int *horizontal, /* Horizontal Screen Size (cm), etc. */ 358 *horizontal = edid_data[0x15]; 366 if ((*horizontal != 0) && (*vertical == 0)) { 367 *aspect = (*horizontal + 99) * 0.01; 369 if ((*horizontal == 0) && (*vertical != 0)) { 809 long htotal; /* Total horizontal pixels */ 1662 int dt__htotal; /* Total horizontal pixels */ 348 sun_edid_screen_size( const uint8_t *edid_data, int *horizontal, int *vertical, float *aspect) argument
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Viewport.c | 124 static Widget CreateScrollbar(w, horizontal) 126 Boolean horizontal; 143 horizontal ? XtorientHorizontal : XtorientVertical ); 145 horizontal ? clip->core.width : clip->core.height); 147 (!horizontal && w->viewport.useright) ? XtChainRight : XtChainLeft); 149 (!horizontal && !w->viewport.useright) ? XtChainLeft : XtChainRight); 151 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop); 153 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom); 155 bar = XtCreateWidget( (horizontal ? "horizontal" [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Viewport.c | 149 static Widget CreateScrollbar(w, horizontal) 151 Boolean horizontal; 168 horizontal ? XtorientHorizontal : XtorientVertical ); 170 horizontal ? clip->core.width : clip->core.height); 172 (!horizontal && w->viewport.useright) ? XtChainRight : XtChainLeft); 174 (!horizontal && !w->viewport.useright) ? XtChainLeft : XtChainRight); 176 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop); 178 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom); 180 bar = XtCreateWidget((horizontal ? "horizontal" [all...] |
Completed in 25 milliseconds