Searched refs:aspect (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/dialog/samples/
H A Dmsgbox110 with dialogs default aspect ratio of 9." 0 0
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
17 with an aspect ratio of 12." 0 0
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
24 with an aspect ratio of 6." 0 0
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati
[all...]
H A Dmsgbox210 with dialogs default aspect ratio of 9." 0 0
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
17 with an aspect ratio of 12." 0 0
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
24 with an aspect ratio of 6." 0 0
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati
[all...]
/freebsd-12-stable/sys/dev/videomode/
H A Dpickmode.c114 * Sort modes by refresh rate, aspect ratio (*), then resolution.
117 * (*) Note that the aspect ratio calculation treats "close" aspect ratios
124 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local
133 aspect = (*preferred)->hdisplay * 100 / (*preferred)->vdisplay;
159 aspect = mtemp->hdisplay * 100 / mtemp->vdisplay;
166 /* Sort other modes by refresh rate, aspect ratio, then resolution */
182 /* Treat "close" aspect ratios as identical */
184 abs(aspect - atemp) < abs(aspect
[all...]
/freebsd-12-stable/sys/dev/syscons/
H A Dscvgarndr.c392 int aspect, best_i, best_v, i, n, v, wb, wi, xpixel, ypixel; local
400 aspect = xpixel * 900 / ypixel / 16;
401 if (aspect < 99 || aspect > 100)
402 aspect = xpixel * 300 / ypixel / 4 * vga_aspect_scale / 100;
432 v = (wb * abs(mdpp[i]->md_baspect - aspect) +
433 wi * abs(mdpp[i]->md_iaspect - aspect)) / aspect;
/freebsd-12-stable/usr.sbin/bsdconfig/dot/
H A Ddot321 printf '\tratio = fill;\t\t// approximate aspect ratio\n'

Completed in 111 milliseconds