Home
last modified time | relevance | path

Searched refs:orient (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dintrax8.c82 // set orient tables in x8_vlc_init()
298 w->orient = w->chroma_orient; in x8_setup_spatial_predictor()
306 w->orient = 0; in x8_setup_spatial_predictor()
319 av_assert2(w->orient < 3); in x8_setup_spatial_predictor()
322 if (w->orient == 1) in x8_setup_spatial_predictor()
323 w->orient = 11; in x8_setup_spatial_predictor()
324 if (w->orient == 2) in x8_setup_spatial_predictor()
325 w->orient = 10; in x8_setup_spatial_predictor()
327 w->orient = 0; in x8_setup_spatial_predictor()
340 av_assert2(w->orient < in x8_setup_spatial_predictor()
346 x8_update_predictions(IntraX8Context *const w, const int orient, const int est_run) x8_update_predictions() argument
[all...]
H A Dintrax8.h69 int orient; member
/third_party/cups-filters/filter/
H A Dcommon.c526 WriteLabels(int orient) /* I - Orientation of the page */ in WriteLabels() argument
534 if ((orient ^ Orientation) & 1) in WriteLabels()
545 switch (orient & 3) in WriteLabels()
H A Dpdftoraster.cxx1667 poppler::page::orientation_enum orient = current_page->orientation(); in outPage() local
1668 switch (orient) { in outPage()
/third_party/python/Lib/idlelib/
H A Dtextview.py55 self.yscroll = AutoHideScrollbar(self, orient=VERTICAL,
63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
H A Dconfig_key.py127 orient='vertical',
H A Dtree.py452 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
H A Dautocomplete_w.py194 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
H A Dconfigdialog.py1229 scroll_target_x = Scrollbar(frame_target, orient=HORIZONTAL)
2377 vscrollbar = Scrollbar(self, orient=VERTICAL)
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c830 FT_Orientation orient = FT_ORIENTATION_NONE;
878 if ( orient == FT_ORIENTATION_NONE )
879 orient = o;
880 else if ( orient != o )
885 return orient;
/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/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py309 datas.to_json('tmp.json', orient="records")
342 datas.to_json('tmp.json', orient="records")
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py551 'orient', 'style', 'takefocus', 'width',
563 self.assertEqual(str(widget['orient']), 'vertical')
567 self.checkInvalidParam(widget, 'orient', 'horizontal',
569 widget2 = self.create(orient='horizontal')
570 self.assertEqual(str(widget2['orient']), 'horizontal')
756 'orient', 'style', 'takefocus', 'to', 'value', 'variable',
861 'class', 'cursor', 'orient', 'length',
898 'class', 'command', 'cursor', 'orient', 'style', 'takefocus',
1835 'class', 'cursor', 'orient', 'style', 'takefocus',
/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 49 milliseconds