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

/solaris-x11-s12/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);

Completed in 16 milliseconds