Home
last modified time | relevance | path

Searched refs:auto_rotate (Results 1 – 25 of 69) sorted by relevance

123

/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/boards/default/
H A Dboard.lp450 (auto_rotate true) (mirror false) (value "3")
455 (auto_rotate true) (mirror false) (value "4")
460 (auto_rotate true) (mirror false) (value "1")
465 (auto_rotate true) (mirror false) (value "2")
470 (auto_rotate true) (mirror false) (value "1")
475 (auto_rotate true) (mirror false) (value "1")
480 (auto_rotate true) (mirror false) (value "2")
485 (auto_rotate true) (mirror false) (value "3")
490 (auto_rotate true) (mirror false) (value "2")
495 (auto_rotate true) (mirror false) (value "3")
[all …]
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/lib/
H A Doutput.cpp62 , auto_rotate{other.auto_rotate}
129 auto_rotate = global.auto_rotate; in apply_global()
174 && d->auto_rotate == output->d->auto_rotate in compare()
186 && own_global.auto_rotate == other_global.auto_rotate in compare()
496 bool Output::auto_rotate() const in auto_rotate() function in Disman::Output
498 return d->auto_rotate; in auto_rotate()
503 d->auto_rotate = auto_rot; in set_auto_rotate()
556 set_auto_rotate(other->d->auto_rotate); in apply()
633 print(auto_rotate(), "rotate"); in log()
634 if (auto_rotate() && auto_rotate_only_in_tablet_mode()) { in log()
H A Doutput.h287 bool auto_rotate() const;
307 bool auto_rotate{false};
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/netctrl/
H A Dnetctrl.c116 netctrl->term->compositor->auto_rotate = 2; in netctrl_process()
118 netctrl->term->compositor->auto_rotate = 1; in netctrl_process()
120 netctrl->term->compositor->auto_rotate = 4; in netctrl_process()
122 netctrl->term->compositor->auto_rotate = 3; in netctrl_process()
126 netctrl->term->compositor->auto_rotate = 0; in netctrl_process()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/netctrl/
H A Dnetctrl.c116 netctrl->term->compositor->auto_rotate = 2; in netctrl_process()
118 netctrl->term->compositor->auto_rotate = 1; in netctrl_process()
120 netctrl->term->compositor->auto_rotate = 4; in netctrl_process()
122 netctrl->term->compositor->auto_rotate = 3; in netctrl_process()
126 netctrl->term->compositor->auto_rotate = 0; in netctrl_process()
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/plasma-integration/kded/
H A Dconfig.cpp22 if (output->auto_rotate()) { in autoRotationRequested()
70 if (!output->auto_rotate()) { in setDeviceOrientation()
91 return output.second->auto_rotate(); in getAutoRotate()
/dports/audio/din/din-52/src/
H A Dball.cc42 auto_rotate = 0; in init()
66 C->auto_rotate = auto_rotate; in clone_this()
181 …if (auto_rotate && !edge_hit) rotate_velocity (auto_rotate); // auto_rotate = -1 is clockwise; aut… in update()
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Gerber Test/boards/default/
H A Dboard.lp53 (auto_rotate true) (mirror true) (value "FooBar")
58 (auto_rotate true) (mirror true) (value "{{NAME}}")
63 (auto_rotate true) (mirror true) (value "{{VALUE}}")
73 (auto_rotate true) (mirror false) (value "FooBar")
78 (auto_rotate true) (mirror false) (value "{{NAME}}")
83 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/library/pkg/94d9d573-adc3-4efe-9bac-12cf91b60763/
H A Dpackage.lp31 (auto_rotate true) (mirror false) (value "{{NAME}}")
36 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/da9e3bd5-7c56-4d6c-987c-603220599356/
H A Dpackage.lp107 (auto_rotate true) (mirror false) (value "{{NAME}}")
112 (auto_rotate true) (mirror false) (value "{{VALUE}}")
117 (auto_rotate true) (mirror false) (value "FooBar")
211 (auto_rotate true) (mirror false) (value "{{NAME}}")
216 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/library/pkg/75da488f-4d27-4bf8-b184-e3c981042d95/
H A Dpackage.lp39 (auto_rotate true) (mirror false) (value "{{NAME}}")
44 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Gerber Test/library/pkg/da9e3bd5-7c56-4d6c-987c-603220599356/
H A Dpackage.lp115 (auto_rotate true) (mirror false) (value "{{NAME}}")
120 (auto_rotate true) (mirror false) (value "{{VALUE}}")
125 (auto_rotate true) (mirror false) (value "FooBar")
219 (auto_rotate true) (mirror false) (value "{{NAME}}")
224 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dnavigate.c448 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
453 if (x <= -0.49) compositor->auto_rotate = 1; in compositor_handle_navigation_3d()
454 else if (x >= 0.49) compositor->auto_rotate = 2; in compositor_handle_navigation_3d()
455 else if (y <= -0.49) compositor->auto_rotate = 3; in compositor_handle_navigation_3d()
456 else if (y >= 0.49) compositor->auto_rotate = 4; in compositor_handle_navigation_3d()
457 else compositor->auto_rotate = 0; in compositor_handle_navigation_3d()
488 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
516 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
925 switch (compositor->auto_rotate) { in compositor_handle_auto_navigation()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dnavigate.c448 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
453 if (x <= -0.49) compositor->auto_rotate = 1; in compositor_handle_navigation_3d()
454 else if (x >= 0.49) compositor->auto_rotate = 2; in compositor_handle_navigation_3d()
455 else if (y <= -0.49) compositor->auto_rotate = 3; in compositor_handle_navigation_3d()
456 else if (y >= 0.49) compositor->auto_rotate = 4; in compositor_handle_navigation_3d()
457 else compositor->auto_rotate = 0; in compositor_handle_navigation_3d()
488 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
516 compositor->auto_rotate=0; in compositor_handle_navigation_3d()
925 switch (compositor->auto_rotate) { in compositor_handle_auto_navigation()
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/library/pkg/46e5d070-d597-4686-a100-02d3c17b3a5d/
H A Dpackage.lp65 (auto_rotate true) (mirror false) (value "{{NAME}}")
70 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/46e5d070-d597-4686-a100-02d3c17b3a5d/
H A Dpackage.lp66 (auto_rotate true) (mirror false) (value "{{NAME}}")
71 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/5d9abd1b-cf0b-4cf7-8666-20a1add9971e/
H A Dpackage.lp66 (auto_rotate true) (mirror false) (value "{{NAME}}")
71 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/60b715fa-bd1d-4d96-b153-2a28208f32fb/
H A Dpackage.lp66 (auto_rotate true) (mirror false) (value "{{NAME}}")
71 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/2d00d07c-bfc1-4a96-a1cb-195c5ff93db9/
H A Dpackage.lp66 (auto_rotate true) (mirror false) (value "{{NAME}}")
71 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/libraries/Populated Library.lplib/pkg/41efc3b6-16e3-4525-850a-e678a28a0376/
H A Dpackage.lp64 (auto_rotate true) (mirror false) (value "{{NAME}}")
69 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/cad/librepcb/librepcb-0.1.6/tests/data/projects/Nested Planes/library/pkg/6e8a73ae-37bb-49c3-92d1-e2593a304a61/
H A Dpackage.lp65 (auto_rotate true) (mirror false) (value "{{NAME}}")
70 (auto_rotate true) (mirror false) (value "{{VALUE}}")
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/
H A Doutput_filer.h208 auto auto_rotate in get_global_data() local
219 auto_rotate, in get_global_data()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dgeom_transform_dialog.c210 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(hfw->hf_options->img->auto_rotate))) { in rotate_angle_upd()
244 hfw->hf_options->img->auto_rotate = in rotate_dialog_new()
246 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (hfw->hf_options->img->auto_rotate), in rotate_dialog_new()
258 !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(hfw->hf_options->img->auto_rotate))); in rotate_dialog_new()
262 gtk_signal_connect (GTK_OBJECT(hfw->hf_options->img->auto_rotate ), "toggled", in rotate_dialog_new()
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/kcm/
H A Dconfig_handler.cpp118 || output->auto_rotate() != initialOutput->auto_rotate() in checkNeedsSave()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/perf_monitor/
H A Dperf_tracker.h65 bool auto_rotate();

123