Searched refs:vertical (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c173 int vertical; /* Vertical screen size (cm), etc. */ local
212 sun_edid_screen_size(edid_data, &horizontal, &vertical, &aspect);
213 if ((horizontal != 0) && (vertical != 0)) {
215 horizontal, vertical);
H A Dsun_edid.h110 int *vertical, /* Vertical Screen Size (cm), etc. */
159 int *frequency); /* Returned vertical frequency */
166 int *frequency); /* Returned vertical frequency */
H A Dsun_edid.c351 int *vertical, /* Vertical Screen Size (cm), etc. */
359 *vertical = edid_data[0x16];
366 if ((*horizontal != 0) && (*vertical == 0)) {
369 if ((*horizontal == 0) && (*vertical != 0)) {
370 *aspect = (100.0 / *vertical) - 99.0;
619 * corresponding width, height, and vertical frequency. Return -1 if
631 int *frequency) /* Returned vertical frequency */
664 * and vertical frequency. Return 0 upon success and -1 on failure.
674 int *f) /* Returned vertical frequency */
727 * address. Return the width, height, and vertical frequenc
348 sun_edid_screen_size( const uint8_t *edid_data, int *horizontal, int *vertical, float *aspect) argument
[all...]
H A Dfbc_predid.c254 int vertical; /* Vertical screen size (cm), etc. */ local
323 sun_edid_screen_size(edid_base, &horizontal, &vertical, &aspect);
324 if ((horizontal != 0) && (vertical != 0)) {
326 horizontal, vertical);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c110 /* Cursors - both horiz and vertical have to work. */
322 * vertical - TRUE if this is vertically oriented pane.
325 * vertical - return height
326 * !vertical - return width
330 PaneSize(w, vertical)
332 Boolean vertical;
334 if (vertical) return (w->core.height);
341 * vert - TRUE if this is a vertical paned widget.
834 * Returns: if this is a vertical pane then (y) else (x).
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c134 /* Cursors - both horiz and vertical have to work. */
347 * vertical - TRUE if this is vertically oriented pane.
350 * vertical - return height
351 * !vertical - return width
355 PaneSize(w, vertical)
357 Boolean vertical;
359 if (vertical) return (w->core.height);
366 * vert - TRUE if this is a vertical paned widget.
861 * Returns: if this is a vertical pane then (y) else (x).

Completed in 984 milliseconds