Searched refs:orient (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8.c | 82 // 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 D | intrax8.h | 69 int orient; member
|
/third_party/cups-filters/filter/ |
H A D | common.c | 526 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 D | pdftoraster.cxx | 1667 poppler::page::orientation_enum orient = current_page->orientation(); in outPage() local 1668 switch (orient) { in outPage()
|
/third_party/python/Lib/idlelib/ |
H A D | textview.py | 55 self.yscroll = AutoHideScrollbar(self, orient=VERTICAL, 63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
|
H A D | config_key.py | 127 orient='vertical',
|
H A D | tree.py | 452 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
|
H A D | autocomplete_w.py | 194 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
|
H A D | configdialog.py | 1229 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 D | ftoutln.c | 830 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__.py | 164 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 D | verify_3rd_libs.py | 309 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 D | test_widgets.py | 551 '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 D | turtle.py | 347 orient=TK.HORIZONTAL)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 42 milliseconds