Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 25 of 10418) sorted by relevance

12345678910>>...417

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/benchmarks/
H A Dmany-images.yaml4 bounds: 0 0 8 8
6 bounds: 8 0 8 8
8 bounds: 16 0 8 8
10 bounds: 24 0 8 8
12 bounds: 32 0 8 8
14 bounds: 40 0 8 8
16 bounds: 48 0 8 8
18 bounds: 56 0 8 8
20 bounds: 64 0 8 8
22 bounds: 72 0 8 8
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/benchmarks/
H A Dmany-images.yaml4 bounds: 0 0 8 8
6 bounds: 8 0 8 8
8 bounds: 16 0 8 8
10 bounds: 24 0 8 8
12 bounds: 32 0 8 8
14 bounds: 40 0 8 8
16 bounds: 48 0 8 8
18 bounds: 56 0 8 8
20 bounds: 64 0 8 8
22 bounds: 72 0 8 8
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/benchmarks/
H A Dmany-images.yaml4 bounds: 0 0 8 8
6 bounds: 8 0 8 8
8 bounds: 16 0 8 8
10 bounds: 24 0 8 8
12 bounds: 32 0 8 8
14 bounds: 40 0 8 8
16 bounds: 48 0 8 8
18 bounds: 56 0 8 8
20 bounds: 64 0 8 8
22 bounds: 72 0 8 8
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/benchmarks/
H A Dmany-images.yaml4 bounds: 0 0 8 8
6 bounds: 8 0 8 8
8 bounds: 16 0 8 8
10 bounds: 24 0 8 8
12 bounds: 32 0 8 8
14 bounds: 40 0 8 8
16 bounds: 48 0 8 8
18 bounds: 56 0 8 8
20 bounds: 64 0 8 8
22 bounds: 72 0 8 8
[all …]
/dports/math/SCIP/scip-7.0.3/check/instances/PseudoBoolean/
H A Dwheel010.lap.opb.pre.cip9 [binary] <t_x224>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
10 [binary] <t_x143>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
11 [binary] <t_x142>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
12 [binary] <t_x141>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
13 [binary] <t_x140>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
14 [binary] <t_x139>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
15 [binary] <t_x138>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
16 [binary] <t_x137>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
17 [binary] <t_x136>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
18 [binary] <t_x135>: obj=1, global bounds=[-0,1], local bounds=[-0,1]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DButtonPainter.cs54 g.DrawLine (pen, bounds.X, bounds.Y, bounds.X, bounds.Bottom - 2); in Draw()
55 g.DrawLine (pen, bounds.X + 1, bounds.Y, bounds.Right - 2, bounds.Y); in Draw()
58 g.DrawLine (pen, bounds.X + 1, bounds.Y + 1, bounds.X + 1, bounds.Bottom - 3); in Draw()
59 g.DrawLine (pen, bounds.X + 2, bounds.Y + 1, bounds.Right - 3, bounds.Y + 1); in Draw()
74 g.DrawRectangle (pen, bounds.X, bounds.Y, bounds.Width - 1, bounds.Height - 1); in Draw()
81 g.DrawLine (pen, bounds.X, bounds.Y, bounds.X, bounds.Bottom - 2); in Draw()
82 g.DrawLine (pen, bounds.X + 1, bounds.Y, bounds.Right - 2, bounds.Y); in Draw()
85 g.DrawLine (pen, bounds.X + 1, bounds.Y + 1, bounds.X + 1, bounds.Bottom - 3); in Draw()
86 g.DrawLine (pen, bounds.X + 2, bounds.Y + 1, bounds.Right - 3, bounds.Y + 1); in Draw()
167 g.DrawLine (pen, bounds.X, bounds.Y, bounds.X, bounds.Bottom - 2); in DrawPopup()
[all …]
H A DRadioButtonPainter.cs138 …g.FillPie (SystemBrushes.ControlLightLight, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.H… in DrawFlatNormalRadioButton()
147 …g.FillPie (SystemBrushes.ControlLight, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.Height… in DrawFlatHotRadioButton()
156 …g.FillPie (SystemBrushes.ControlLightLight, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.H… in DrawFlatPressedRadioButton()
164 …g.FillPie (SystemBrushes.Control, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.Height - 2,… in DrawFlatDisabledRadioButton()
185 …g.DrawArc (SystemPens.ControlLight, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.Height - … in DrawPopupHotRadioButton()
197 …g.DrawArc (SystemPens.ControlLight, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.Height - … in DrawPopupPressedRadioButton()
208 …g.FillPie (SystemBrushes.Control, bounds.X + 1, bounds.Y + 1, bounds.Width - 2, bounds.Height - 2,… in DrawPopupDisabledRadioButton()
219 int lineWidth = Math.Max (1, Math.Min (bounds.Width, bounds.Height) / 3); in DrawFlatRadioGlyphDot()
225 …g.FillPie (dot_brush, bounds.X + lineWidth, bounds.Y + lineWidth, bounds.Width - lineWidth * 2, bo… in DrawFlatRadioGlyphDot()
227 int x_half_pos = (bounds.Width / 2) + bounds.X; in DrawFlatRadioGlyphDot()
[all …]
/dports/math/SCIP/scip-7.0.3/check/instances/MINLP/
H A Dgastrans.cip8 [binary] <t_b46>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
9 [binary] <t_b47>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
10 [binary] <t_b48>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
11 [binary] <t_b49>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
12 [binary] <t_b60>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
13 [binary] <t_b51>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
14 [binary] <t_b52>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
15 [binary] <t_b61>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
16 [binary] <t_b59>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
17 [binary] <t_b58>: obj=0, global bounds=[-0,1], local bounds=[-0,1]
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/algorithm/
H A Dshrink_bounds.cpp60 for (u=bounds.x; u<bounds.x+bounds.w; ++u) { in shrink_bounds_templ()
62 for (v=bounds.y; v<bounds.y+bounds.h; ++v) { in shrink_bounds_templ()
76 for (u=bounds.x+bounds.w-1; u>=bounds.x; --u) { in shrink_bounds_templ()
78 for (v=bounds.y; v<bounds.y+bounds.h; ++v) { in shrink_bounds_templ()
91 for (v=bounds.y; v<bounds.y+bounds.h; ++v) { in shrink_bounds_templ()
93 for (u=bounds.x; u<bounds.x+bounds.w; ++u) { in shrink_bounds_templ()
107 for (v=bounds.y+bounds.h-1; v>=bounds.y; --v) { in shrink_bounds_templ()
109 for (u=bounds.x; u<bounds.x+bounds.w; ++u) { in shrink_bounds_templ()
131 for (u=bounds.x; u<bounds.x+bounds.w; ++u) { in shrink_bounds_templ2()
133 for (v=bounds.y; v<bounds.y+bounds.h; ++v) { in shrink_bounds_templ2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/media/
H A DTickingFlameChartHelpers_test.ts10 assert.closeTo(bounds.low, low, 0.01);
11 assert.closeTo(bounds.high, high, 0.01);
12 assert.closeTo(bounds.min, min, 0.01);
13 assert.closeTo(bounds.max, max, 0.01);
14 assert.closeTo(bounds.range, range, 0.01);
28 const bounds = new Bounds(0, 100, 1000, 100); constant
29 assertParameters(bounds, 0, 100, 0, 100, 100);
33 const bounds = new Bounds(0, 1000, 1000, 100); constant
45 const bounds = new Bounds(0, 1000, 1000, 100); constant
68 bounds.zoomOut(1, 0);
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkRectilinearGridOutlineFilter.cxx39 float bounds[6]; in RequestData() local
80 x[0] = bounds[0]; in RequestData()
81 x[1] = bounds[2]; in RequestData()
82 x[2] = bounds[4]; in RequestData()
84 x[0] = bounds[0]; in RequestData()
85 x[1] = bounds[2]; in RequestData()
86 x[2] = bounds[5]; in RequestData()
93 x[0] = bounds[0]; in RequestData()
94 x[1] = bounds[3]; in RequestData()
95 x[2] = bounds[4]; in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkRectilinearGridOutlineFilter.cxx85 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
87 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
94 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[4]; in RequestData()
96 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[5]; in RequestData()
103 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
105 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[4]; in RequestData()
112 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
114 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[5]; in RequestData()
121 x[0] = bounds[1]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
123 x[0] = bounds[1]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkRectilinearGridOutlineFilter.cxx99 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
101 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
108 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[4]; in RequestData()
110 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[5]; in RequestData()
117 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
119 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[4]; in RequestData()
126 x[0] = bounds[0]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
128 x[0] = bounds[0]; x[1] = bounds[3]; x[2] = bounds[5]; in RequestData()
135 x[0] = bounds[1]; x[1] = bounds[2]; x[2] = bounds[4]; in RequestData()
137 x[0] = bounds[1]; x[1] = bounds[2]; x[2] = bounds[5]; in RequestData()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/tests/
H A Dtest_bounds.c43 LeptonBounds bounds; in check_expand() local
146 LeptonBounds bounds; in check_init() local
205 LeptonBounds bounds; in check_interior_point() local
215 …interior = inside_region (bounds.min_x, bounds.min_y, bounds.max_x, bounds.max_y, points[pindex].x… in check_interior_point()
227 …interior = inside_region (bounds.min_x, bounds.min_y, bounds.max_x, bounds.max_y, point.x, point.y… in check_interior_point()
239 LeptonBounds bounds[2]; in check_union() local
254 lepton_bounds_union (&result, &bounds[0], &bounds[1]); in check_union()
259 lepton_bounds_union (&result, &bounds[1], &bounds[0]); in check_union()
266 lepton_bounds_union (&result, &bounds[0], &bounds[1]); in check_union()
272 lepton_bounds_union (&result, &bounds[1], &bounds[0]); in check_union()
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DboundsPen.py40 bounds = self.bounds
54 bounds = self.bounds
57 bounds = updateBounds(bounds, pt)
58 self.bounds = bounds
62 bounds = self.bounds
64 bounds = updateBounds(bounds, pt)
65 self.bounds = bounds
82 bounds = self.bounds
87 self.bounds = bounds
91 bounds = self.bounds
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/pens/
H A DboundsPen.py42 bounds = self.bounds
56 bounds = self.bounds
59 bounds = updateBounds(bounds, pt)
60 self.bounds = bounds
64 bounds = self.bounds
66 bounds = updateBounds(bounds, pt)
67 self.bounds = bounds
84 bounds = self.bounds
89 self.bounds = bounds
93 bounds = self.bounds
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue30116.out20 slice[-9876543210:-1] runtime error: slice bounds out of range [:-1]
26 slice[-1:-1] runtime error: slice bounds out of range [:-1]
27 slice[-1:0] runtime error: slice bounds out of range [-1:]
28 slice[-1:3] runtime error: slice bounds out of range [-1:]
32 slice[0:-1] runtime error: slice bounds out of range [:-1]
38 slice[3:-1] runtime error: slice bounds out of range [:-1]
39 slice[3:0] runtime error: slice bounds out of range [3:0]
44 slice[4:-1] runtime error: slice bounds out of range [:-1]
45 slice[4:0] runtime error: slice bounds out of range [4:0]
46 slice[4:3] runtime error: slice bounds out of range [4:3]
[all …]
H A Dissue30116u.out21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
76 … string[4:0] runtime error: slice bounds out of range [4:0]
77 … string[4:3] runtime error: slice bounds out of range [4:3]
96 … slice[0:3:0] runtime error: slice bounds out of range [:3:0]
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116.out20 slice[-9876543210:-1] runtime error: slice bounds out of range [:-1]
26 slice[-1:-1] runtime error: slice bounds out of range [:-1]
27 slice[-1:0] runtime error: slice bounds out of range [-1:]
28 slice[-1:3] runtime error: slice bounds out of range [-1:]
32 slice[0:-1] runtime error: slice bounds out of range [:-1]
38 slice[3:-1] runtime error: slice bounds out of range [:-1]
39 slice[3:0] runtime error: slice bounds out of range [3:0]
44 slice[4:-1] runtime error: slice bounds out of range [:-1]
45 slice[4:0] runtime error: slice bounds out of range [4:0]
46 slice[4:3] runtime error: slice bounds out of range [4:3]
[all …]
H A Dissue30116u.out21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
76 … string[4:0] runtime error: slice bounds out of range [4:0]
77 … string[4:3] runtime error: slice bounds out of range [4:3]
96 … slice[0:3:0] runtime error: slice bounds out of range [:3:0]
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116.out20 slice[-9876543210:-1] runtime error: slice bounds out of range [:-1]
26 slice[-1:-1] runtime error: slice bounds out of range [:-1]
27 slice[-1:0] runtime error: slice bounds out of range [-1:]
28 slice[-1:3] runtime error: slice bounds out of range [-1:]
32 slice[0:-1] runtime error: slice bounds out of range [:-1]
38 slice[3:-1] runtime error: slice bounds out of range [:-1]
39 slice[3:0] runtime error: slice bounds out of range [3:0]
44 slice[4:-1] runtime error: slice bounds out of range [:-1]
45 slice[4:0] runtime error: slice bounds out of range [4:0]
46 slice[4:3] runtime error: slice bounds out of range [4:3]
[all …]
H A Dissue30116u.out21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
76 … string[4:0] runtime error: slice bounds out of range [4:0]
77 … string[4:3] runtime error: slice bounds out of range [4:3]
96 … slice[0:3:0] runtime error: slice bounds out of range [:3:0]
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116.out20 slice[-9876543210:-1] runtime error: slice bounds out of range [:-1]
26 slice[-1:-1] runtime error: slice bounds out of range [:-1]
27 slice[-1:0] runtime error: slice bounds out of range [-1:]
28 slice[-1:3] runtime error: slice bounds out of range [-1:]
32 slice[0:-1] runtime error: slice bounds out of range [:-1]
38 slice[3:-1] runtime error: slice bounds out of range [:-1]
39 slice[3:0] runtime error: slice bounds out of range [3:0]
44 slice[4:-1] runtime error: slice bounds out of range [:-1]
45 slice[4:0] runtime error: slice bounds out of range [4:0]
46 slice[4:3] runtime error: slice bounds out of range [4:3]
[all …]
H A Dissue30116u.out21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
76 … string[4:0] runtime error: slice bounds out of range [4:0]
77 … string[4:3] runtime error: slice bounds out of range [4:3]
96 … slice[0:3:0] runtime error: slice bounds out of range [:3:0]
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116.out20 slice[-9876543210:-1] runtime error: slice bounds out of range [:-1]
26 slice[-1:-1] runtime error: slice bounds out of range [:-1]
27 slice[-1:0] runtime error: slice bounds out of range [-1:]
28 slice[-1:3] runtime error: slice bounds out of range [-1:]
32 slice[0:-1] runtime error: slice bounds out of range [:-1]
38 slice[3:-1] runtime error: slice bounds out of range [:-1]
39 slice[3:0] runtime error: slice bounds out of range [3:0]
44 slice[4:-1] runtime error: slice bounds out of range [:-1]
45 slice[4:0] runtime error: slice bounds out of range [4:0]
46 slice[4:3] runtime error: slice bounds out of range [4:3]
[all …]

12345678910>>...417