Home
last modified time | relevance | path

Searched refs:reflect_x (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dreflect-image.cc75 bool reflect_x = false; in main() local
90 else if (OPTION("-x")) reflect_x = true; in main()
97 if (reflect_x) image->ReflectX(modify_axes); in main()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dbounds_of_abs.cpp37 Expr reflect_x = 100 - cast<int>(abs(100 - (x % 200))); in main() local
38 Func f4 = lambda(x, input(reflect_x)); in main()
/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp2351 sq0 = reflect_x(sq0); in CalcIndex3A()
2352 sq1 = reflect_x(sq1); in CalcIndex3A()
2353 sq2 = reflect_x(sq2); in CalcIndex3A()
2416 sq0 = reflect_x(sq0); in CalcIndex4A()
2417 sq1 = reflect_x(sq1); in CalcIndex4A()
2418 sq2 = reflect_x(sq2); in CalcIndex4A()
2419 sq3 = reflect_x(sq3); in CalcIndex4A()
2517 sq0 = reflect_x(sq0); in CalcIndex5A()
2518 sq1 = reflect_x(sq1); in CalcIndex5A()
2519 sq2 = reflect_x(sq2); in CalcIndex5A()
[all …]
/dports/math/curv/curv-0.5/ideas/sketches/doodles/
H A Dreflect.curv2 reflect_x shape = make_shape {
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dplane.h49 bool reflect_x; member
H A Dplane.c64 copy->reflect_x = state->reflect_x; in tegra_plane_atomic_duplicate_state()
H A Ddc.c371 if (window->reflect_x) in tegra_dc_setup_window()
476 if (window->reflect_x) in tegra_dc_setup_window()
665 plane_state->reflect_x = true; in tegra_plane_atomic_check()
667 plane_state->reflect_x = false; in tegra_plane_atomic_check()
738 window.reflect_x = tegra_plane_state->reflect_x; in tegra_plane_atomic_update()
H A Ddc.h140 bool reflect_x; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dplane.h49 bool reflect_x; member
H A Dplane.c64 copy->reflect_x = state->reflect_x; in tegra_plane_atomic_duplicate_state()
H A Ddc.c371 if (window->reflect_x) in tegra_dc_setup_window()
476 if (window->reflect_x) in tegra_dc_setup_window()
665 plane_state->reflect_x = true; in tegra_plane_atomic_check()
667 plane_state->reflect_x = false; in tegra_plane_atomic_check()
738 window.reflect_x = tegra_plane_state->reflect_x; in tegra_plane_atomic_update()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dplane.h49 bool reflect_x; member
H A Dplane.c64 copy->reflect_x = state->reflect_x; in tegra_plane_atomic_duplicate_state()
H A Ddc.c371 if (window->reflect_x) in tegra_dc_setup_window()
476 if (window->reflect_x) in tegra_dc_setup_window()
665 plane_state->reflect_x = true; in tegra_plane_atomic_check()
667 plane_state->reflect_x = false; in tegra_plane_atomic_check()
738 window.reflect_x = tegra_plane_state->reflect_x; in tegra_plane_atomic_update()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dregurgitate.c11 void translate(), reflect_x(), reflect_y(), reflect_origin(), do_nothing();
57 void reflect_x(x,y,z,new_x, new_y, new_z) in reflect_x() function
/dports/math/curv/curv-0.5/ideas/
H A DTODO-Geom160 reflect axis = with_rotation{from:axis, to:X_axis} reflect_x
162 reflect_x shape = ...;
248 * reflect_x, reflect_y and reflect_z? Or reflect axis shape?
266 with_rotation{from:axis, to:X_axis} reflect_x
268 reflect_x = ...;
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dmap_test_case.cpp138 void map_test_case::reflect_x() in reflect_x() function in map_test_case
178 reflect_x(); in generate_transform_combinations()
H A Dmap_test_case.h121 void reflect_x();
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dmap_test_case.cpp138 void map_test_case::reflect_x() in reflect_x() function in map_test_case
178 reflect_x(); in generate_transform_combinations()
H A Dmap_test_case.h121 void reflect_x();
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplot.c1610 plot->reflect_x = FALSE; in gtk_plot_init()
2669 reflect = plot->reflect_x; in gtk_plot_real_paint()
2670 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2673 plot->reflect_x = reflect; in gtk_plot_real_paint()
2686 reflect = plot->reflect_x; in gtk_plot_real_paint()
2687 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2690 plot->reflect_x = reflect; in gtk_plot_real_paint()
4472 if(!plot->reflect_x) in gtk_plot_real_get_pixel()
4501 if(!plot->reflect_x) in gtk_plot_real_get_point()
4853 plot->reflect_x = reflect; in gtk_plot_reflect_x()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplot.c1609 plot->reflect_x = FALSE; in gtk_plot_init()
2667 reflect = plot->reflect_x; in gtk_plot_real_paint()
2668 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2671 plot->reflect_x = reflect; in gtk_plot_real_paint()
2684 reflect = plot->reflect_x; in gtk_plot_real_paint()
2685 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2688 plot->reflect_x = reflect; in gtk_plot_real_paint()
4518 if(!plot->reflect_x) in gtk_plot_real_get_pixel()
4548 if(!plot->reflect_x) in gtk_plot_real_get_point()
4901 plot->reflect_x = reflect; in gtk_plot_reflect_x()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplot.c1002 plot->reflect_x = FALSE; in gtk_plot_init()
2036 reflect = plot->reflect_x; in gtk_plot_real_paint()
2037 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2040 plot->reflect_x = reflect; in gtk_plot_real_paint()
2053 reflect = plot->reflect_x; in gtk_plot_real_paint()
2054 plot->reflect_x = FALSE; in gtk_plot_real_paint()
2057 plot->reflect_x = reflect; in gtk_plot_real_paint()
3559 if(!plot->reflect_x) in gtk_plot_real_get_pixel()
3586 if(!plot->reflect_x) in gtk_plot_real_get_point()
3845 plot->reflect_x = reflect; in gtk_plot_reflect_x()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGabeditContoursPlot.h221 gboolean reflect_x; member
H A DGabeditXYPlot.h176 gboolean reflect_x; member

12