Searched refs:aspect (Results 1 - 4 of 4) sorted by path

/freebsd-11-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-11-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-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot321 printf '\tratio = fill;\t\t// approximate aspect ratio\n'

Completed in 113 milliseconds