Home
last modified time | relevance | path

Searched refs:y_spacing (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DScoresDisplay.cpp130 y+=y_spacing*2; in DrawStats()
133 y+=y_spacing; in DrawStats()
143 y+=y_spacing; in DrawStats()
151 y+=y_spacing; in DrawStats()
153 y+=y_spacing; in DrawStats()
155 y+=y_spacing; in DrawStats()
157 y+=y_spacing; in DrawStats()
164 y+=y_spacing; in DrawStats()
166 y+=y_spacing; in DrawStats()
168 y+=y_spacing; in DrawStats()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_image_dma_buf_import/
H A Drefcount.c65 int y_spacing = h * scale + 5; in piglit_display() local
92 0, y_spacing * 0, in piglit_display()
95 0, y_spacing * 1, in piglit_display()
102 0, y_spacing * 2, in piglit_display()
109 y_spacing * i, in piglit_display()
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsardrawrunway.c493 y_spacing = 50.0f; in SARDrawRunway() local
503 y = (float)(y_max + (y_spacing * 5)); in SARDrawRunway()
511 y = (float)(y_max + (y_spacing * 1)); in SARDrawRunway()
528 y_spacing = 50.0f; in SARDrawRunway() local
538 y = (float)(y_min - (y_spacing * 5)); in SARDrawRunway()
546 y = (float)(y_min - (y_spacing * 1)); in SARDrawRunway()
564 y_spacing = 50.0f; in SARDrawRunway() local
573 y[0] = (float)(y_max + (y_spacing * 2)); in SARDrawRunway()
574 y[1] = (float)(y_max + (y_spacing * 3)); in SARDrawRunway()
575 y[2] = (float)(y_max + (y_spacing * 4)); in SARDrawRunway()
[all …]
/dports/science/chrono/chrono-7.0.1/src/demos/fea/
H A Ddemo_FEA_beams_static.cpp83 double y_spacing = -0.14; in main() local
115 …ChVector<>(0, nload * y_spacing, i * z_spacing), // the 'A' point in space (beginning of bea… in main()
116 … ChVector<>(beam_L, nload * y_spacing, i * z_spacing), // the 'B' point in space (end of beam) in main()
199 double node_y = endnodes[0][i]->GetPos().y() - 0 * y_spacing; in main()
210 double node_y = endnodes[1][i]->GetPos().y() - 1 * y_spacing; in main()
221 double node_y = endnodes[2][i]->GetPos().y() - 2 * y_spacing; in main()
/dports/sysutils/cpu-x/CPU-X-4.0.1/src/bandwidth/
H A DBMPGraphing.c364 int y_spacing = 1; in BMPGraphing_make_linear() local
368 y_spacing = 10000; in BMPGraphing_make_linear()
372 y_spacing = 1000; in BMPGraphing_make_linear()
376 y_spacing = 100; in BMPGraphing_make_linear()
379 max_y /= y_spacing; in BMPGraphing_make_linear()
380 max_y *= y_spacing; in BMPGraphing_make_linear()
381 max_y += y_spacing; in BMPGraphing_make_linear()
408 for (i = 0; i <= max_y; i += y_spacing) { in BMPGraphing_make_linear()
/dports/graphics/clutter/clutter-1.26.4/examples/
H A Dflow-layout.c16 static gint y_spacing = 0; variable
58 &y_spacing,
112 y_spacing); in main()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/examples/
H A Dflow-layout.c16 static gint y_spacing = 0; variable
58 &y_spacing,
112 y_spacing); in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DLagrangian.hxx172 vtkm::Float64 x_spacing = 0.0, y_spacing = 0.0, z_spacing = 0.0; in InitializeSeedPositions() local
176 y_spacing = (double)(bounds.Y.Max - bounds.Y.Min) / (double)(this->SeedRes[1] - 1); in InitializeSeedPositions()
193 vtkm::FloatDefault yi = static_cast<vtkm::FloatDefault>(y * y_spacing); in InitializeSeedPositions()
217 vtkm::Float64 x_spacing = 0.0, y_spacing = 0.0, z_spacing = 0.0; in InitializeCoordinates() local
221 y_spacing = (double)(bounds.Y.Max - bounds.Y.Min) / (double)(this->SeedRes[1] - 1); in InitializeCoordinates()
233 vtkm::FloatDefault yi = static_cast<vtkm::FloatDefault>(y * y_spacing); in InitializeCoordinates()
/dports/graphics/opencv/opencv-4.5.3/doc/pattern_tools/
H A Dgen_pattern.py42 y_spacing = (self.height - pattern_height) / 2.0
46 cy=(y * spacing) + y_spacing + r, r=r, fill="black", stroke="none")
55 y_spacing = (self.height - pattern_height) / 2.0
59 cy=(y * spacing) + y_spacing + r, r=r, fill="black", stroke="none")
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-wrap-table.c48 guint y_spacing; member
559 pos.y += (max_child_dimensions.height + wrap_table->details->y_spacing); in wrap_table_layout()
585 pos.y += (max_child_dimensions.height + wrap_table->details->y_spacing); in wrap_table_layout()
713 content_dimensions.height += (num_rows - 1) * wrap_table->details->y_spacing; in wrap_table_get_content_dimensions()
854 guint y_spacing) in eel_wrap_table_set_y_spacing() argument
858 if (wrap_table->details->y_spacing == y_spacing) in eel_wrap_table_set_y_spacing()
863 wrap_table->details->y_spacing = y_spacing; in eel_wrap_table_set_y_spacing()
879 return wrap_table->details->y_spacing; in eel_wrap_table_get_y_spacing()
H A Deel-wrap-table.h79 guint y_spacing);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/h5part/vtkh5part/src/
H A DH5Block.h140 h5part_float64_t *y_spacing,
150 const h5part_float64_t y_spacing,
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/iprof/
H A Dprof.h61 float x_spacing, float y_spacing);
H A Dprof_draw.c103 Prof_extern_C void Prof_draw_graph_gl(float sx, float sy, float x_spacing, float y_spacing) in Prof_draw_graph_gl() argument
107 GraphLocation loc = { sx, sy, x_spacing, y_spacing * 1000 }; in Prof_draw_graph_gl()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/examples/antennas/
H A DPatch_Antenna_Array.m39 array.y_spacing = patch.length * 3;
44 substrate.length = 60 + (array.yn-1) * array.y_spacing;
89 midY = (array.yn/2 - yn + 1/2) * array.y_spacing;
126 midY = (array.yn/2 - yn + 1/2) * array.y_spacing;
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_menu.h180 uint8_t y_spacing; member
277 int16_t y_spacing);
H A D3d_menu.cpp2063 VWB_DrawPic(SwitchItems.x - 16, SwitchItems.y + i * SwitchItems.y_spacing - 1, Shape); in DrawAllSwitchLights()
2255 VWB_DrawPic(SndItems.x - 16, SndItems.y + i * SndItems.y_spacing - 1, Shape); in DrawAllSoundLights()
2435 PrintY = LSM_Y + w * LSItems.y_spacing; in PrintLSEntry()
2523 LSM_Y + which * LSItems.y_spacing - 1, in CP_SaveGame()
3723 y = basey + which * item_i->y_spacing; in HandleMenu()
3730 …wPrint((items + which)->string, item_i->x + item_i->indent, item_i->y + which * item_i->y_spacing); in HandleMenu()
3986 *y = basey + which * item_i->y_spacing; in DrawGun()
3991 …wPrint((items + which)->string, item_i->x + item_i->indent, item_i->y + which * item_i->y_spacing); in DrawGun()
4037 ShadowPrint((items + i)->string, WindowX, item_i->y + i * item_i->y_spacing); in DrawMenu()
4490 y = iteminfo->y + iteminfo->curpos * iteminfo->y_spacing + iteminfo->cursor.y_ofs; in DrawMenuGun()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DLagrangian.hxx170 vtkm::Float64 x_spacing = 0.0, y_spacing = 0.0, z_spacing = 0.0; in InitializeUniformSeeds() local
174 y_spacing = (double)(bounds.Y.Max - bounds.Y.Min) / (double)(this->SeedRes[1] - 1); in InitializeUniformSeeds()
194 bounds.Y.Min + (y * y_spacing), in InitializeUniformSeeds()
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-radio.ads70 y_spacing : c.int; component
/dports/math/oleo/oleo-1.99.16/src/
H A Dplotter.c787 double y_spacing, in set_graph_parameters() argument
832 y_subsubtick_spacing = y_spacing; in set_graph_parameters()
897 if (y_spacing == 0.0) in set_graph_parameters()
904 y_spacing = fabs (y_spacing); in set_graph_parameters()
935 x_spacing = y_spacing; in set_graph_parameters()
936 y_spacing = temp_double; in set_graph_parameters()
982 multigrapher->y_spacing = y_spacing; in set_graph_parameters()
999 y_min, y_max, y_spacing, in set_graph_parameters()
2824 double y_spacing, in sp_set_all_parameters() argument
2859 y_spacing, in sp_set_all_parameters()
[all …]
H A Dsciplot.h163 double x_max, double x_spacing, double y_min, double y_max, double y_spacing,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DListView.cs1063 first = (v_marker / (item_size.Height + y_spacing)) * cols;
1657 int y_spacing; field in System.Windows.Forms.ListView
1700 …th.Floor ((double)(area.Height - h_scroll.Height + y_spacing) / (double)(item_size.Height + y_spac… in CalculateRowsAndCols()
1742 this.y_spacing = y_spacing; in LayoutIcons()
1749 CalculateRowsAndCols (sz, left_aligned, x_spacing, y_spacing); in LayoutIcons()
1752 layout_ht = rows * (sz.Height + y_spacing) - y_spacing; in LayoutIcons()
1761 CalculateGroupsLayout (sz, y_spacing, 0); in LayoutIcons()
1792 y = row * (item_size.Height + y_spacing); in LayoutIcons()
1844 int items_area_height = ((item_height + y_spacing) * rows); in LayoutGroupHeader()
2047 loc.Y = index / cols * (item_size.Height + y_spacing); in GetFixedItemLocation()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmulti_ingame.cpp843 int y_spacing; in multi_ingame_join_display_ship() local
863 y_spacing = (Mi_spacing[gr_screen.res] - (wp->num_primary_banks * line_height)) / 2; in multi_ingame_join_display_ship()
865 …gr_string(Mi_primary_field[gr_screen.res][MI_FIELD_X], y_start + y_spacing + (idx * line_height), … in multi_ingame_join_display_ship()
869 y_spacing = (Mi_spacing[gr_screen.res] - (wp->num_secondary_banks * line_height)) / 2; in multi_ingame_join_display_ship()
871 …gr_string(Mi_secondary_field[gr_screen.res][MI_FIELD_X], y_start + y_spacing + (idx * line_height)… in multi_ingame_join_display_ship()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmulti_ingame.cpp846 int y_spacing; in multi_ingame_join_display_ship() local
864 y_spacing = (Mi_spacing[gr_screen.res] - (wp->num_primary_banks * 10)) / 2; in multi_ingame_join_display_ship()
866 …gr_string(Mi_primary_field[gr_screen.res][MI_FIELD_X], y_start + y_spacing + (idx * 10), Weapon_in… in multi_ingame_join_display_ship()
870 y_spacing = (Mi_spacing[gr_screen.res] - (wp->num_secondary_banks * 10)) / 2; in multi_ingame_join_display_ship()
872 …gr_string(Mi_secondary_field[gr_screen.res][MI_FIELD_X], y_start + y_spacing + (idx * 10), Weapon_… in multi_ingame_join_display_ship()
/dports/graphics/plotutils/plotutils-2.6/graph/
H A Dextern.h89 …min, double x_max, double x_spacing, double y_min, double y_max, double y_spacing, bool spec_x_spa…

12