Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DSFFontView.java62 if (orientation == SwingConstants.HORIZONTAL) { in getScrollableUnitIncrement()
70 if (orientation == SwingConstants.HORIZONTAL) { in getScrollableBlockIncrement()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java164 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 DJscanimage.java220 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 Dtextview.py5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace
63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
H A Dconfigdialog.py18 HORIZONTAL, VERTICAL, ANCHOR, ACTIVE, END, TclError)
1229 scroll_target_x = Scrollbar(frame_target, orient=HORIZONTAL)
/third_party/python/Lib/tkinter/
H A Dconstants.py42 HORIZONTAL='horizontal' variable
/third_party/ffmpeg/libavfilter/
H A Dvaf_spectrumsynth.c44 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 Davf_showspectrum.c55 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__.py164 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 DHolidayCalendarDemo.java266 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 DCalendarFrame.java125 c.fill = GridBagConstraints.HORIZONTAL; in init()
/third_party/python/Lib/
H A Dturtle.py347 orient=TK.HORIZONTAL)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 46 milliseconds