/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_panel_orientation_quirks.c | 35 int orientation; member 41 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 47 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP, 55 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 63 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 71 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 80 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 88 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 95 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 101 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_dsi.c | 123 enum drm_panel_orientation orientation; in intel_dsi_get_panel_orientation() local 125 orientation = dev_priv->vbt.dsi.orientation; in intel_dsi_get_panel_orientation() 126 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation() 127 return orientation; in intel_dsi_get_panel_orientation() 129 orientation = dev_priv->vbt.orientation; in intel_dsi_get_panel_orientation() 130 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation() 131 return orientation; in intel_dsi_get_panel_orientation()
|
H A D | vlv_dsi.c | 1573 enum drm_panel_orientation orientation; in vlv_dsi_get_hw_panel_orientation() local 1594 orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN; in vlv_dsi_get_hw_panel_orientation() 1596 orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP; in vlv_dsi_get_hw_panel_orientation() 1598 orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL; in vlv_dsi_get_hw_panel_orientation() 1602 return orientation; in vlv_dsi_get_hw_panel_orientation() 1609 enum drm_panel_orientation orientation; in vlv_dsi_get_panel_orientation() local 1612 orientation = vlv_dsi_get_hw_panel_orientation(connector); in vlv_dsi_get_panel_orientation() 1613 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in vlv_dsi_get_panel_orientation() 1614 return orientation; in vlv_dsi_get_panel_orientation()
|
H A D | intel_bios.c | 543 dev_priv->vbt.orientation = general->rotate_180 ? in parse_general_features() 547 dev_priv->vbt.orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN; in parse_general_features() 1043 dev_priv->vbt.dsi.orientation = in parse_mipi_config() 1047 dev_priv->vbt.dsi.orientation = in parse_mipi_config() 1051 dev_priv->vbt.dsi.orientation = in parse_mipi_config() 1055 dev_priv->vbt.dsi.orientation = in parse_mipi_config()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
H A D | lbp.cpp | 42 static int orientation = -1; // orientation variable 163 if (orientation < 0) in lbp_printer() 164 orientation = 0; // Default orientation is portrait in lbp_printer() 177 lbpprintf("\033[%dp", (papersize | orientation)); in lbp_printer() 179 lbpprintf("\033[%d;%d;%dp", (papersize | orientation), in lbp_printer() 249 if (orientation) // Landscape in font_name() 594 if (orientation > 0) in handle_unknown_desc_command() 601 orientation = 0; in handle_unknown_desc_command() 604 orientation = 1; in handle_unknown_desc_command() 671 orientation = 1; in main() [all …]
|
/netbsd-src/games/worms/ |
H A D | worms.c | 188 int orientation, head, len; member 450 w->orientation = w->head = 0; in main() 530 )[w->orientation]; in main() 538 w->orientation = op->opts[0]; in main() 541 w->orientation = in main() 544 mvaddch(y += yinc[w->orientation], in main() 545 x += xinc[w->orientation], in main()
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
H A D | eventhistory.cpp | 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() argument 53 if (orientation == Qt::Horizontal) { in headerData()
|
H A D | wpagui.ui | 163 <property name="orientation" > 197 <property name="orientation" > 224 <property name="orientation" > 258 <property name="orientation" >
|
H A D | eventhistory.h | 27 QVariant headerData(int section, Qt::Orientation orientation,
|
H A D | eventhistory.ui | 34 <property name="orientation" >
|
H A D | scanresults.ui | 61 <property name="orientation" >
|
H A D | userdatarequest.ui | 69 <property name="orientation" >
|
/netbsd-src/external/gpl2/groff/dist/font/devlbp/ |
H A D | DESC.in | 8 orientation portrait
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | am335x-sancloud-bbe.dts | 51 orientation = <0xff 0 0 0 1 0 0 0 0xff>;
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
H A D | kbdif.h | 496 int16_t orientation; /* clockwise angle of the major axis */ member
|
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 378 TabsOrientation orientation; member 591 …if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs || ((XmTabsWidget)self)->xmTabs.orienta… 671 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs) { 728 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs) { 781 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs) { 869 float angle = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? 90.0 : -90.0; 876 align = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? MRIGHT : MLEFT; 879 align = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? MLEFT : MRIGHT; 989 switch (((XmTabsWidget)self)->xmTabs.orientation) { 1085 …TabsOrientation,sizeof(((XmTabsRec*)NULL)->xmTabs.orientation),XtOffsetOf(XmTabsRec,xmTabs.orienta… [all …]
|
/netbsd-src/usr.bin/spell/spell/ |
H A D | american | 229 orientation
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | stdio.d | 367 Orientation orientation; 382 _p.orientation = Orientation.unknown; 1675 if (_p.orientation == Orientation.unknown) 1679 if (w < 0) _p.orientation = Orientation.narrow; 1680 else if (w > 0) _p.orientation = Orientation.wide; 1682 return readlnImpl(_p.handle, buf, terminator, _p.orientation); 4877 private size_t readlnImpl(FILE* fps, ref char[] buf, dchar terminator, File.Orientation orientation) 4882 if (orientation == File.Orientation.wide) 4979 private size_t readlnImpl(FILE* fps, ref char[] buf, dchar terminator, File.Orientation orientation) 4986 if (orientation == File.Orientation.wide)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RSA_check_key.pod | 61 completely violating encapsulation and object-orientation in the process).
|
/netbsd-src/doc/roadmaps/ |
H A D | security | 69 accelerometer and orientation data, and so forth.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RSA_check_key.pod | 69 completely violating encapsulation and object-orientation in the process).
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | stdio.d | 495 Orientation orientation; member 516 _p.orientation = Orientation.unknown; 1982 if (_p.orientation == Orientation.unknown) 1986 if (w < 0) _p.orientation = Orientation.narrow; 1987 else if (w > 0) _p.orientation = Orientation.wide; 1989 return readlnImpl(_p.handle, buf, terminator, _p.orientation); 5448 private size_t readlnImpl(FILE* fps, ref char[] buf, dchar terminator, File.Orientation orientation) 5606 if (orientation == File.Orientation.wide) 5708 if (orientation == File.Orientation.wide)
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | leap-seconds.list | 44 # Earth orientation Center of the IERS
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc3712.txt | 89 4.31. printer-delivery-orientation-supported . . . . . . . . . 24 376 printer-delivery-orientation-supported $ 550 printer-delivery-orientation-supported 1311 4.31. printer-delivery-orientation-supported 1314 NAME 'printer-delivery-orientation-supported' 1553 printer-delivery-orientation-supported 1.3.18.0.2.4.1114
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeOfConduct.rst | 49 orientation, gender identity and expression, age, size, family status,
|