Home
last modified time | relevance | path

Searched refs:MaxHeight (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/seismic/
H A Duniverse.hpp43 enum { MaxWidth = UniverseWidth + 1, MaxHeight = UniverseHeight + 3 }; enumerator
48 ValueType S[MaxHeight][MaxWidth];
51 ValueType V[MaxHeight][MaxWidth];
54 ValueType T[MaxHeight][MaxWidth];
57 ValueType M[MaxHeight][MaxWidth];
60 ValueType D[MaxHeight][MaxWidth];
63 ValueType L[MaxHeight][MaxWidth];
71 unsigned char material[MaxHeight][MaxWidth];
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/seismic/
H A Duniverse.h46 MaxHeight = UniverseHeight+3 enumerator
52 ValueType S[MaxHeight][MaxWidth];
55 ValueType V[MaxHeight][MaxWidth];
58 ValueType T[MaxHeight][MaxWidth];
61 ValueType M[MaxHeight][MaxWidth];
64 ValueType D[MaxHeight][MaxWidth];
67 ValueType L[MaxHeight][MaxWidth];
79 unsigned char material[MaxHeight][MaxWidth];
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/seismic/
H A Duniverse.h46 MaxHeight = UniverseHeight+3 enumerator
52 ValueType S[MaxHeight][MaxWidth];
55 ValueType V[MaxHeight][MaxWidth];
58 ValueType T[MaxHeight][MaxWidth];
61 ValueType M[MaxHeight][MaxWidth];
64 ValueType D[MaxHeight][MaxWidth];
67 ValueType L[MaxHeight][MaxWidth];
79 unsigned char material[MaxHeight][MaxWidth];
/dports/devel/taskflow/taskflow-3.2.0/sandbox/seismic/
H A Duniverse.h29 MaxHeight = UniverseHeight+3 enumerator
35 ValueType S[MaxHeight][MaxWidth];
38 ValueType V[MaxHeight][MaxWidth];
41 ValueType T[MaxHeight][MaxWidth];
44 ValueType M[MaxHeight][MaxWidth];
47 ValueType D[MaxHeight][MaxWidth];
50 ValueType L[MaxHeight][MaxWidth];
62 unsigned char material[MaxHeight][MaxWidth];
/dports/devel/awscli/awscli-1.20.61/awscli/examples/elastictranscoder/
H A Dread-preset.rst19 "MaxHeight": "108"
28 "MaxHeight": "720",
39 "MaxHeight": "10%",
51 "MaxHeight": "10%",
63 "MaxHeight": "10%",
75 "MaxHeight": "10%",
H A Dcreate-preset.rst32 "MaxHeight":"auto",
40 "MaxHeight":"20%",
70 "MaxHeight":"auto",
86 "MaxHeight": "auto"
96 "MaxHeight": "auto",
107 "MaxHeight": "20%",
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DPictureSettingsViewModel.cs116 public int? MaxHeight property in HandBrakeWPF.ViewModels.PictureSettingsViewModel
118 get => this.Task.MaxHeight;
121 if (value != this.Task.MaxHeight)
123 this.Task.MaxHeight = value;
183 this.Task.MaxHeight = limit.Height;
189 this.Task.MaxHeight = null;
471 this.MaxHeight = preset.Task.MaxHeight; in SetPreset()
524 this.NotifyOfPropertyChange(() => this.MaxHeight); in UpdateTask()
593 if (preset.Task.MaxHeight != this.MaxHeight) in MatchesPreset()
663 this.MaxHeight = 2160; in Init()
[all …]
/dports/sysutils/b2sum/BLAKE2-20190724/csharp/Blake2Sharp/
H A DBlake2BTreeConfig.cs19 public int MaxHeight { get; set; } property in Blake2Sharp.Blake2BTreeConfig
32 result.MaxHeight = MaxHeight; in Clone()
42 result.MaxHeight = 2; in CreateInterleaved()
/dports/security/softether5/SoftEtherVPN-5.02.5180/3rdparty/BLAKE2/csharp/Blake2Sharp/
H A DBlake2BTreeConfig.cs19 public int MaxHeight { get; set; } property in Blake2Sharp.Blake2BTreeConfig
32 result.MaxHeight = MaxHeight; in Clone()
42 result.MaxHeight = 2; in CreateInterleaved()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Utils.cc100 …IBar(SOLDIERTYPE const& s, UINT32 const XPos, UINT32 YPos, UINT32 const MaxHeight, UINT16* const p… in DrawLifeUIBar() argument
105 Height = MaxHeight * s.bLife / 100; in DrawLifeUIBar()
114 Height = MaxHeight * Bandage / 100; in DrawLifeUIBar()
122 Height = MaxHeight * s.bBleeding / 100; in DrawLifeUIBar()
128 …LDIERTYPE const& s, UINT32 const XPos, UINT32 const sYPos, UINT32 const MaxHeight, UINT16* const p… in DrawBreathUIBar() argument
134 Height = MaxHeight * (s.bBreathMax + 3) / 100; in DrawBreathUIBar()
139 Height = MaxHeight * s.bBreathMax / 100; in DrawBreathUIBar()
143 Height = MaxHeight * s.bBreath / 100; in DrawBreathUIBar()
148 …OLDIERTYPE const& s, UINT32 const XPos, UINT32 const YPos, UINT32 const MaxHeight, UINT16* const p… in DrawMoraleUIBar() argument
150 UINT32 const Height = MaxHeight * s.bMorale / 100; in DrawMoraleUIBar()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Platform/
H A DGmmGen8Platform.cpp50 Data.Nndi.MaxHeight = GMM_BYTES(1536); in PlatformInfoGen8()
68 Data.Depth.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen8()
86 Data.Stencil.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen8()
104 Data.HiZ.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen8()
146 Data.Linear.MaxHeight = 1; in PlatformInfoGen8()
163 Data.NoRestriction.MaxHeight = GMM_GBYTE(2); in PlatformInfoGen8()
218 Data.Overlay.MaxHeight = GMM_SCANLINES(4096); in PlatformInfoGen8()
268 …Data.ASyncFlipSurface.MaxHeight = Data.Texture2DSurface.MaxHeight; // Beyond DE require… in PlatformInfoGen8()
297 Data.CubeSurface.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen8()
353 Data.Cursor.MaxHeight = 0xffffffff; in PlatformInfoGen8()
[all …]
H A DGmmGen9Platform.cpp51 Data.Nndi.MaxHeight = GMM_BYTES(1536); in PlatformInfoGen9()
69 Data.Depth.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen9()
87 Data.Stencil.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen9()
105 Data.HiZ.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen9()
147 Data.Linear.MaxHeight = 1; in PlatformInfoGen9()
165 Data.NoRestriction.MaxHeight = GMM_GBYTE(256); in PlatformInfoGen9()
251 …Data.ASyncFlipSurface.MaxHeight = Data.Texture2DSurface.MaxHeight; // Beyond DE require… in PlatformInfoGen9()
285 Data.CubeSurface.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen9()
323 Data.BufferType.MaxHeight = GMM_SCANLINES(1); in PlatformInfoGen9()
341 Data.Cursor.MaxHeight = 0xffffffff; in PlatformInfoGen9()
[all …]
H A DGmmGen10Platform.cpp51 Data.Nndi.MaxHeight = GMM_BYTES(1536); in PlatformInfoGen10()
69 Data.Depth.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen10()
87 Data.Stencil.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen10()
105 Data.HiZ.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen10()
147 Data.Linear.MaxHeight = 1; in PlatformInfoGen10()
165 Data.NoRestriction.MaxHeight = GMM_GBYTE(256); in PlatformInfoGen10()
251 …Data.ASyncFlipSurface.MaxHeight = Data.Texture2DSurface.MaxHeight; // Beyond DE require… in PlatformInfoGen10()
285 Data.CubeSurface.MaxHeight = GMM_KBYTE(16); in PlatformInfoGen10()
323 Data.BufferType.MaxHeight = GMM_SCANLINES(1); in PlatformInfoGen10()
341 Data.Cursor.MaxHeight = 0xffffffff; in PlatformInfoGen10()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Parallel/Mono.Collections.Concurrent/
H A DConcurrentSkipList.cs74 const int MaxHeight = 200; field in Mono.Collections.Concurrent.ConcurrentSkipList
95 var left = new Node (int.MinValue, default (T), MaxHeight); in Init()
96 var right = new Node (int.MaxValue, default (T), MaxHeight); in Init()
98 for (int i = 0; i < MaxHeight; i++) { in Init()
356 if (preds.Length != MaxHeight || succs.Length != MaxHeight) in FindNode()
363 for (int layer = MaxHeight - 1; layer >= 0; layer--) { in FindNode()
404 succedings = new Node [MaxHeight]; in CleanArrays()
405 precedents = new Node [MaxHeight]; in CleanArrays()
406 takenLocks = new bool [MaxHeight]; in CleanArrays()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Maps/ClimbHome/
H A Dmap.lua10 local MaxHeight = 32640
186 MaxHeight = 32640
353 if MaxHeight < delayHeight and
355 MaxHeight > 286 and WaterLine > 286 then
527 MaxHeight = 286
529 if y < MaxHeight and y > 286 then MaxHeight = y end
531 if MaxHeight < hTagHeight then
532 hTagHeight = MaxHeight
557 if MaxHeight < RecordHeight then
558 RecordHeight = MaxHeight
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Maps/ClimbHome/
H A Dmap.lua10 local MaxHeight = 32640
186 MaxHeight = 32640
353 if MaxHeight < delayHeight and
355 MaxHeight > 286 and WaterLine > 286 then
527 MaxHeight = 286
529 if y < MaxHeight and y > 286 then MaxHeight = y end
531 if MaxHeight < hTagHeight then
532 hTagHeight = MaxHeight
557 if MaxHeight < RecordHeight then
558 RecordHeight = MaxHeight
[all …]
/dports/www/gitea/gitea-1.16.5/modules/avatar/
H A Davatar_test.go31 setting.Avatar.MaxHeight = 4096
45 setting.Avatar.MaxHeight = 4096
59 setting.Avatar.MaxHeight = 5
66 setting.Avatar.MaxHeight = 5
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgtkhid-gl.c656 glVertex3i (x, PCB->MaxHeight, z); in draw_right_cross()
666 x0 = x + (PCB->MaxHeight - y); in draw_slanted_cross()
671 y0 = MAX(0, MIN (y0, PCB->MaxHeight)); in draw_slanted_cross()
673 y1 = MAX(0, MIN (y1, PCB->MaxHeight)); in draw_slanted_cross()
677 x0 = x - (PCB->MaxHeight - y); in draw_slanted_cross()
682 y0 = MAX(0, MIN (y0, PCB->MaxHeight)); in draw_slanted_cross()
684 y1 = MAX(0, MIN (y1, PCB->MaxHeight)); in draw_slanted_cross()
695 x0 = x + (PCB->MaxHeight - y) / tan60; in draw_dozen_cross()
1074 save_max_height = PCB->MaxHeight; in ghid_pinout_preview_expose()
1093 PCB->MaxHeight = pinout->y_max; in ghid_pinout_preview_expose()
[all …]
/dports/games/libretro-freeintv/FreeIntv-5fc8d85/src/
H A Dlibretro.c34 #define MaxHeight 224 macro
75 unsigned int frameHeight = MaxHeight;
76 unsigned int frameSize = MaxWidth * MaxHeight; //78848
118 OSD_setDisplay(frame, MaxWidth, MaxHeight); in retro_init()
345 info->geometry.base_height = MaxHeight; in retro_get_system_av_info()
347 info->geometry.max_height = MaxHeight; in retro_get_system_av_info()
348 info->geometry.aspect_ratio = ((float)MaxWidth) / ((float)MaxHeight); in retro_get_system_av_info()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlConverter/
H A DVrmlConverter_Projector.cxx54 Standard_Real Xtarget, Ytarget, Ztarget, Angle, MaxAngle, Height, MaxHeight; in IMPLEMENT_STANDARD_RTTIEXT() local
218 MaxHeight = TolMin; in IMPLEMENT_STANDARD_RTTIEXT()
246 if ( Abs(P2.Y()) > Abs(MaxHeight) ) in IMPLEMENT_STANDARD_RTTIEXT()
250 MaxHeight = Abs(P2.Y()); in IMPLEMENT_STANDARD_RTTIEXT()
253 if ( Abs(P2.X()) > Abs(MaxHeight) ) in IMPLEMENT_STANDARD_RTTIEXT()
257 MaxHeight = Abs(P2.X()); in IMPLEMENT_STANDARD_RTTIEXT()
260 Height = MaxHeight; in IMPLEMENT_STANDARD_RTTIEXT()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/stdout_formatter/src/
H A Dstdout_formatter_utils.erl133 compute_text_block_size([Line | Rest], MaxWidth, MaxHeight) ->
139 compute_text_block_size(Rest, NewMaxWidth, MaxHeight + 1);
140 compute_text_block_size([], MaxWidth, MaxHeight) ->
141 {MaxWidth, MaxHeight}.
/dports/graphics/grx/grx249/src/vdrivers/
H A Dvd_sdl.c51 static int MaxWidth, MaxHeight; variable
53 static int MaxWidth, MaxHeight; variable
56 #define MaxHeight 7200 macro
269 if(mp->width == MaxWidth && mp->height == MaxHeight) in build_video_mode()
410 MaxHeight = GetSystemMetrics(SM_CYSCREEN); in init()
414 MaxHeight = DisplayHeight(dsp, DefaultScreen(dsp)); in init()
419 MaxHeight = 7200; in init()
428 mode.present = rect.w <= MaxWidth && rect.h <= MaxHeight; in init()
446 if(w <= MaxWidth && h <= MaxHeight) { in selectmode()
/dports/cad/pcb/pcb-4.2.0/src/
H A Dprint.c129 t.Y + SCALE_TEXT (font->MaxHeight, t.Scale) + MIL_TO_COORD(10), in text_at()
131 t.Y + SCALE_TEXT (font->MaxHeight, t.Scale) + MIL_TO_COORD(10)); in text_at()
338 gui->graphics->draw_line (gc, 0, 0, 0, PCB->MaxHeight); in PrintFab()
340 PCB->MaxHeight); in PrintFab()
341 gui->graphics->draw_line (gc, 0, PCB->MaxHeight, PCB->MaxWidth, in PrintFab()
342 PCB->MaxHeight); in PrintFab()
347 COORD_TO_MIL(PCB->MaxWidth), COORD_TO_MIL(PCB->MaxHeight)); in PrintFab()
348 text_at (gc, PCB->MaxWidth / 2, PCB->MaxHeight + MIL_TO_COORD(20), 1, in PrintFab()
351 COORD_TO_MIL(FAB_LINE_W), COORD_TO_MIL(PCB->MaxWidth), COORD_TO_MIL(PCB->MaxHeight)); in PrintFab()
375 text_at (gc, PCB->MaxWidth / 2, PCB->MaxHeight + MIL_TO_COORD(20), 1, in PrintFab()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.h98 int StartWidth, int StartHeight, int MaxWidth, int MaxHeight);
100 int StartWidth, int StartHeight, int MaxWidth, int MaxHeight);
102 int StartWidth, int StartHeight, int MaxWidth, int MaxHeight);
153 int StartWidth, int StartHeight, int MaxWidth, int MaxHeight);
/dports/astro/geographiclib/GeographicLib-1.52/tools/
H A DMagneticField.cpp234 h > m.MaxHeight() + hguard)) in main()
238 Utility::str(m.MaxHeight()/1000) + "km]"); in main()
249 << m.MaxHeight()/1000 << "km]\n"; in main()
255 if (circle && (h < m.MinHeight() || h > m.MaxHeight())) in main()
259 << m.MaxHeight()/1000 << "km]\n"; in main()
304 if (h < m.MinHeight() - hguard || h > m.MaxHeight() + hguard) in main()
308 Utility::str(m.MaxHeight()/1000) + "km]"); in main()
309 if (h < m.MinHeight() || h > m.MaxHeight()) in main()
313 << m.MaxHeight()/1000 << "km]\n"; in main()

12345678910>>...42