Home
last modified time | relevance | path

Searched refs:MaxWidth (Results 1 – 25 of 1367) sorted by relevance

12345678910>>...55

/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.h45 MaxWidth = UniverseWidth+1, 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.h45 MaxWidth = UniverseWidth+1, 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.h28 MaxWidth = UniverseWidth+1, 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/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/tatsushid/go-prettytable/
H A Dprettytable.go32 MaxWidth int member
75 if c.MinWidth > 0 && c.MaxWidth > 0 && c.MinWidth > c.MaxWidth {
82 if c.MaxWidth > 0 && c.MaxWidth < t.columns[i].width {
83 t.columns[i].Header = truncateString(c.Header, c.MaxWidth)
84 t.columns[i].width = c.MaxWidth
161 if t.columns[i].MaxWidth > 0 && t.columns[i].MaxWidth < strlen {
162 row[i] = truncateString(s, t.columns[i].MaxWidth)
163 t.columns[i].width = t.columns[i].MaxWidth
/dports/cad/alliance/alliance/src/vasy/src/
H A Dvasy_drvalc.c382 int MaxWidth; local
396 MaxWidth = Operand1->WIDTH;
397 if ( Operand2->WIDTH > MaxWidth ) MaxWidth = Operand2->WIDTH;
464 if ( MaxWidth > 1 )
474 if ( MaxWidth > 1 )
480 if ( MaxWidth > 1 )
846 int MaxWidth; local
859 if ( Operand2->WIDTH > MaxWidth ) MaxWidth = Operand2->WIDTH;
861 MaxWidth = MaxWidth + 1;
1085 int MaxWidth; local
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DPictureSettingsViewModel.cs130 public int? MaxWidth property in HandBrakeWPF.ViewModels.PictureSettingsViewModel
132 get => this.Task.MaxWidth;
135 if (value != this.Task.MaxWidth)
137 this.Task.MaxWidth = value;
182 this.Task.MaxWidth = limit.Width;
188 this.Task.MaxWidth = null;
470 this.MaxWidth = preset.Task.MaxWidth; in SetPreset()
598 if (preset.Task.MaxWidth != this.MaxWidth) in MatchesPreset()
664 this.MaxWidth = 3480; in Init()
690 MaxWidth = this.MaxWidth.HasValue ? this.MaxWidth.Value : 0, in GetPictureSettings()
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/elastictranscoder/
H A Dread-preset.rst15 "MaxWidth": "192",
25 "MaxWidth": "1280",
38 "MaxWidth": "10%",
50 "MaxWidth": "10%",
62 "MaxWidth": "10%",
74 "MaxWidth": "10%",
H A Dcreate-preset.rst31 "MaxWidth":"auto",
39 "MaxWidth":"20%",
69 "MaxWidth":"auto",
82 "MaxWidth": "auto",
92 "MaxWidth": "auto",
106 "MaxWidth": "20%",
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DBlindtextCreator.java55 public static String getBlindTextString(String FieldTitle, int MaxWidth) in getBlindTextString() argument
71 if (MaxHeaderWidth > MaxWidth) in getBlindTextString()
73 MaxWidth = MaxHeaderWidth; in getBlindTextString()
79 if (NewPartBlindText.length() < MaxWidth) in getBlindTextString()
85 while (NewPartBlindText.length() < MaxWidth); in getBlindTextString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DBlindtextCreator.java55 public static String getBlindTextString(String FieldTitle, int MaxWidth) in getBlindTextString() argument
71 if (MaxHeaderWidth > MaxWidth) in getBlindTextString()
73 MaxWidth = MaxHeaderWidth; in getBlindTextString()
79 if (NewPartBlindText.length() < MaxWidth) in getBlindTextString()
85 while (NewPartBlindText.length() < MaxWidth); in getBlindTextString()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Platform/
H A DGmmGen8Platform.cpp51 Data.Nndi.MaxWidth = GMM_BYTES(2048); in PlatformInfoGen8()
69 Data.Depth.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen8()
87 Data.Stencil.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen8()
105 Data.HiZ.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen8()
124 Data.Vertex.MaxWidth = GMM_GBYTE(2); in PlatformInfoGen8()
147 Data.Linear.MaxWidth = GMM_GBYTE(2); in PlatformInfoGen8()
219 Data.Overlay.MaxWidth = GMM_PIXELS(4096); in PlatformInfoGen8()
269 …Data.ASyncFlipSurface.MaxWidth = Data.Texture2DSurface.MaxWidth; // Okay since GMM is… in PlatformInfoGen8()
336 Data.BufferType.MaxWidth = GMM_GBYTE(2); in PlatformInfoGen8()
354 Data.Cursor.MaxWidth = 0xffffffff; in PlatformInfoGen8()
[all …]
H A DGmmGen9Platform.cpp52 Data.Nndi.MaxWidth = GMM_BYTES(2048); in PlatformInfoGen9()
70 Data.Depth.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen9()
88 Data.Stencil.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen9()
106 Data.HiZ.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen9()
125 Data.Vertex.MaxWidth = GMM_GBYTE(2); in PlatformInfoGen9()
148 Data.Linear.MaxWidth = GMM_GBYTE(256); in PlatformInfoGen9()
252 …Data.ASyncFlipSurface.MaxWidth = Data.Texture2DSurface.MaxWidth; // Okay since GMM is… in PlatformInfoGen9()
286 Data.CubeSurface.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen9()
342 Data.Cursor.MaxWidth = 0xffffffff; in PlatformInfoGen9()
473 Data.XAdapter.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen9()
[all …]
H A DGmmGen10Platform.cpp52 Data.Nndi.MaxWidth = GMM_BYTES(2048); in PlatformInfoGen10()
70 Data.Depth.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen10()
88 Data.Stencil.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen10()
106 Data.HiZ.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen10()
125 Data.Vertex.MaxWidth = GMM_GBYTE(2); in PlatformInfoGen10()
148 Data.Linear.MaxWidth = GMM_GBYTE(256); in PlatformInfoGen10()
252 …Data.ASyncFlipSurface.MaxWidth = Data.Texture2DSurface.MaxWidth; // Okay since GMM is… in PlatformInfoGen10()
286 Data.CubeSurface.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen10()
342 Data.Cursor.MaxWidth = 0xffffffff; in PlatformInfoGen10()
497 Data.XAdapter.MaxWidth = GMM_KBYTE(16); in PlatformInfoGen10()
[all …]
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_cursor.c207 + ((nPtr->CursorInfo->MaxWidth >> 2) * i)); in _neoLoadCursorImage()
208 _width = (nPtr->CursorInfo->MaxWidth in _neoLoadCursorImage()
210 _src = (src + ((nPtr->CursorInfo->MaxWidth >> 2) * i)); in _neoLoadCursorImage()
216 _dest += (nPtr->CursorInfo->MaxWidth >> 3); in _neoLoadCursorImage()
217 _src += (nPtr->CursorInfo->MaxWidth >> 3); in _neoLoadCursorImage()
222 + ((nPtr->CursorInfo->MaxWidth >> 2) * i), in _neoLoadCursorImage()
224 * (nPtr->CursorInfo->MaxWidth >> 2)); in _neoLoadCursorImage()
261 DstPitch = infoPtr->MaxWidth >> 4; in neoRealizeCursor()
303 infoPtr->MaxWidth = 64; in NeoCursorInit()
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Ddocscmd.go21 MaxWidth int `mapstructure:"maxWidth"` member
40 flags.IntVar(&c.Docs.MaxWidth, "max-width", c.Docs.MaxWidth, "Set maximum output width")
126 if c.Docs.MaxWidth != 0 && width > c.Docs.MaxWidth {
127 width = c.Docs.MaxWidth
/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) ->
135 NewMaxWidth = case Width > MaxWidth of
137 false -> MaxWidth
140 compute_text_block_size([], MaxWidth, MaxHeight) ->
141 {MaxWidth, MaxHeight}.
/dports/games/wargus/wargus-3.2.0/scripts/
H A Dui.lua402 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
420 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
427 …More = {"Text", {Text = _("~<ALT~>-click to defend unit."), MaxWidth = Video.Width / 5, Font = Pop…
475 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
530 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
553 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
578 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
585 …More = {"Text", {Text = _("~<ALT~>-click to defend unit."), MaxWidth = Video.Width / 5, Font = Pop…
633 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
688 More = {"ButtonInfo", {InfoType = "Description", MaxWidth = Video.Width / 5, Font = PopupFont}}
[all …]
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/examples/
H A Dtest.pas9 MaxWidth = 175;
20 image_line : array[0..MaxLines-1,0..MaxWidth-1] of RGB_pixel;
58 line_size := 3 * MaxWidth;
93 for i := 0 to Pred(MaxWidth) do
105 image_width := MaxWidth;
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dcolumnar.c135 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
140 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
152 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
161 ColumnData[cn].MaxWidth = 1; in SetColumnDataFromString()
162 ColumnData[cn].Width = abs(ColumnData[cn].MaxWidth); in SetColumnDataFromString()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dcolumnar.c135 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
140 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
152 ColumnData[cn].MaxWidth = 0; in SetColumnDataFromString()
161 ColumnData[cn].MaxWidth = 1; in SetColumnDataFromString()
162 ColumnData[cn].Width = abs(ColumnData[cn].MaxWidth); in SetColumnDataFromString()
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/examples/
H A Dtest.pas9 MaxWidth = 175;
20 image_line : array[0..MaxLines-1,0..MaxWidth-1] of RGB_pixel;
58 line_size := 3 * MaxWidth;
93 for i := 0 to Pred(MaxWidth) do
105 image_width := MaxWidth;
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dui.lua1133 ), MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescriptionFont}}
1161 ), MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescriptionFont}}
1195 MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescriptionFont}}
1213 MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescriptionFont}}
2195 …More = {"Text", {Text = _("Already read"), MaxWidth = Video.Width / 5, Font = wyr.preferences.Popu…
2216 ), MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescriptionFont}}
2237 …More = {"Text", {Text = _("Unique Item"), MaxWidth = Video.Width / 5, Font = wyr.preferences.Popup…
2240 …More = {"Text", {Text = _("Literary Work"), MaxWidth = Video.Width / 5, Font = wyr.preferences.Pop…
2243 …More = {"Text", {Text = _("Elixir"), MaxWidth = Video.Width / 5, Font = wyr.preferences.PopupDescr…
2787 …More = {"Text", {Text = _("Already acquired"), MaxWidth = Video.Width / 5, Font = wyr.preferences.…
[all …]
/dports/www/gitea/gitea-1.16.5/modules/avatar/
H A Davatar_test.go30 setting.Avatar.MaxWidth = 4096
44 setting.Avatar.MaxWidth = 4096
58 setting.Avatar.MaxWidth = 5
65 setting.Avatar.MaxWidth = 5
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/src/
H A Dvmwarecurs.c45 vmwareWriteWordToFIFO(pVMWARE, pVMWARE->CursorInfoRec->MaxWidth); in RedefineCursor()
58 SVGA_BITMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth), in RedefineCursor()
60 SVGA_PIXMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
63 pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
65 for (i = 0; i < SVGA_BITMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
71 SVGA_BITMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth), in RedefineCursor()
73 SVGA_PIXMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
76 pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
85 for (i = 0; i < SVGA_PIXMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth, in RedefineCursor()
133 const int imageSize = SVGA_BITMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth, in vmwareLoadCursorImage()
[all …]

12345678910>>...55