/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | SFFontView.java | 62 if (orientation == SwingConstants.HORIZONTAL) { in getScrollableUnitIncrement() 70 if (orientation == SwingConstants.HORIZONTAL) { in getScrollableBlockIncrement()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBGroupPanel.java | 164 gbc.fill = GridBagConstraints.HORIZONTAL; in initComponents() 182 gbc.fill = GridBagConstraints.HORIZONTAL; in initComponents() 320 gbc.fill = GridBagConstraints.HORIZONTAL; in initComponents() 338 gbc.fill = GridBagConstraints.HORIZONTAL; in initComponents()
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 220 c.fill = GridBagConstraints.HORIZONTAL; in addLabeledOption() 357 c.fill = GridBagConstraints.HORIZONTAL; in initSaneOptions() 382 // c.fill = GridBagConstraints.HORIZONTAL; in initOutputPanel() 487 c.fill = GridBagConstraints.HORIZONTAL; in initButtons() 777 c.fill = GridBagConstraints.HORIZONTAL; in SaneSlider() 783 c.fill = GridBagConstraints.HORIZONTAL; in SaneSlider() 784 slider = new JSlider(JSlider.HORIZONTAL, min, max, in SaneSlider()
|
/third_party/python/Lib/idlelib/ |
H A D | textview.py | 5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace 63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
|
H A D | configdialog.py | 18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError) 1229 scroll_target_x = Scrollbar(frame_target, orient=HORIZONTAL)
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 42 HORIZONTAL='horizontal' variable
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaf_spectrumsynth.c | 44 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enumerator 93 { "horizontal", NULL, 0, AV_OPT_TYPE_CONST, {.i64=HORIZONTAL}, 0, 0, V, "orientation" }, 305 case HORIZONTAL: in read_fft_data()
|
H A D | avf_showspectrum.c | 55 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enumerator 165 { "horizontal", NULL, 0, AV_OPT_TYPE_CONST, {.i64=HORIZONTAL}, 0, 0, FLAGS, "orientation" }, 1097 h = (s->mode == COMBINED || s->orientation == HORIZONTAL) ? s->h : s->h / inlink->ch_layout.nb_channels; in config_output() 1259 (s->orientation == HORIZONTAL && s->xpos >= s->h)) in config_output() 1265 if (s->orientation == HORIZONTAL) in config_output() 1272 if (s->orientation == HORIZONTAL && s->sliding == FULLFRAME) in config_output() 1529 if (s->orientation == HORIZONTAL && s->xpos < 0) in plot_spectrum_column() 1535 if (s->orientation == HORIZONTAL && s->xpos >= s->h) in plot_spectrum_column() 1739 { "horizontal", NULL, 0, AV_OPT_TYPE_CONST, {.i64=HORIZONTAL}, 0, 0, FLAGS, "orientation" },
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 164 pane = PanedWindow(orient=HORIZONTAL, sashwidth=5, 220 self.hbar = hbar = Scrollbar(text_frame, name='hbar', orient=HORIZONTAL)
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 266 c.fill = GridBagConstraints.HORIZONTAL; in buildGUI() 289 c.fill = GridBagConstraints.HORIZONTAL; in buildGUI()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarFrame.java | 125 c.fill = GridBagConstraints.HORIZONTAL; in init()
|
/third_party/python/Lib/ |
H A D | turtle.py | 347 orient=TK.HORIZONTAL)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |