Home
last modified time | relevance | path

Searched refs:strips (Results 1 – 25 of 2612) sorted by relevance

12345678910>>...105

/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrskidmarks.cpp286 …grCarInfo[car->index].skidmarks->strips[i].running_skid = grCarInfo[car->index].skidmarks->strips[… in grUpdateSkidmarks()
288 …grCarInfo[car->index].skidmarks->strips[i].vtx[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
289 …grCarInfo[car->index].skidmarks->strips[i].tex[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
290 …grCarInfo[car->index].skidmarks->strips[i].clr[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
298 …grCarInfo[car->index].skidmarks->strips[i].vtx[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
299 …grCarInfo[car->index].skidmarks->strips[i].vtx[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
302 …grCarInfo[car->index].skidmarks->strips[i].clr[grCarInfo[car->index].skidmarks->strips[i].running_… in grUpdateSkidmarks()
307 …grCarInfo[car->index].skidmarks->strips[i].size[grCarInfo[car->index].skidmarks->strips[i].running… in grUpdateSkidmarks()
320 …grCarInfo[car->index].skidmarks->strips[i].size[grCarInfo[car->index].skidmarks->strips[i].running… in grUpdateSkidmarks()
344 …grCarInfo[car->index].skidmarks->strips[i].vtx[grCarInfo[car->index].skidmarks->strips[i].next_ski… in grUpdateSkidmarks()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnla.c103 if (strips) { in BKE_nlastrip_free()
104 BLI_freelinkN(strips, strip); in BKE_nlastrip_free()
666 if (ELEM(NULL, strips, strips->first)) { in BKE_nlastrips_sort_strips()
681 BLI_remlink(strips, strip); in BKE_nlastrips_sort_strips()
699 strips->first = tmp.first; in BKE_nlastrips_sort_strips()
700 strips->last = tmp.last; in BKE_nlastrips_sort_strips()
751 if (ELEM(NULL, strips, strips->first)) { in BKE_nlastrips_make_metas()
830 if (ELEM(NULL, strips, strips->first)) { in BKE_nlastrips_clear_metas()
1178 strip = nlt->strips.first; in BKE_nlatrack_get_bounds()
1182 strip = nlt->strips.last; in BKE_nlatrack_get_bounds()
[all …]
/dports/games/py-cbeams/cbeams-1.0.3/cbeams/tests/
H A Dtest_terminal.py16 strips = [(1, 2, 3), (4, 5, 6)]
17 assert render(strips) == \
23 strips = [(1, -2, 26)]
24 assert render(strips) == 'move(1,0)' + ' ' * 22
29 strips = [
35 assert list(clip(strips)) == [
43 strips = [
49 assert list(clip(strips)) == [
57 strips = [
63 assert list(clip(strips)) == [
/dports/math/vtk8/VTK-8.2.0/Examples/DataManipulation/Python/
H A DCreateStrip.py23 strips = vtk.vtkCellArray() variable
24 strips.InsertNextCell(8) # number of points
25 strips.InsertCellPoint(0)
26 strips.InsertCellPoint(1)
27 strips.InsertCellPoint(2)
28 strips.InsertCellPoint(3)
29 strips.InsertCellPoint(4)
30 strips.InsertCellPoint(5)
31 strips.InsertCellPoint(6)
32 strips.InsertCellPoint(7)
[all …]
H A DArrays.py31 strips = vtk.vtkCellArray() variable
32 strips.InsertNextCell(4)
33 strips.InsertCellPoint(0)
34 strips.InsertCellPoint(1)
35 strips.InsertCellPoint(2)
36 strips.InsertCellPoint(3)
60 polydata.SetStrips(strips)
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Python/
H A DCreateStrip.py23 strips = vtk.vtkCellArray() variable
24 strips.InsertNextCell(8) # number of points
25 strips.InsertCellPoint(0)
26 strips.InsertCellPoint(1)
27 strips.InsertCellPoint(2)
28 strips.InsertCellPoint(3)
29 strips.InsertCellPoint(4)
30 strips.InsertCellPoint(5)
31 strips.InsertCellPoint(6)
32 strips.InsertCellPoint(7)
[all …]
H A DArrays.py31 strips = vtk.vtkCellArray() variable
32 strips.InsertNextCell(4)
33 strips.InsertCellPoint(0)
34 strips.InsertCellPoint(1)
35 strips.InsertCellPoint(2)
36 strips.InsertCellPoint(3)
60 polydata.SetStrips(strips)
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Tcl/
H A DCreateStrip.tcl24 vtkCellArray strips
25 strips InsertNextCell 8;#number of points
26 strips InsertCellPoint 0
27 strips InsertCellPoint 1
28 strips InsertCellPoint 2
29 strips InsertCellPoint 3
30 strips InsertCellPoint 4
31 strips InsertCellPoint 5
32 strips InsertCellPoint 6
33 strips InsertCellPoint 7
[all …]
H A DArrays.tcl30 vtkCellArray strips
31 strips InsertNextCell 4
32 strips InsertCellPoint 0
33 strips InsertCellPoint 1
34 strips InsertCellPoint 2
35 strips InsertCellPoint 3
59 polydata SetStrips strips
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dmodules_limit.h61 static const int strips = 4; variable
64 bool solo[strips];
67 dsp::lookahead_limiter strip[strips];
69 …dsp::biquad_d2<float> lpL[strips - 1][3], lpR[strips - 1][3], hpL[strips - 1][3], hpR[strips - 1][…
70 float freq_old[strips - 1], sep_old[strips - 1], q_old[strips - 1];
76 float striprel[strips];
77 float weight[strips];
78 float weight_old[strips];
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.cpp45 : mRaw(img), strips(std::move(strips_)) { in PhaseOneDecompressor()
65 if (strips.size() != static_cast<decltype(strips)::size_type>(mRaw->dim.y)) { in prepareStrips()
67 strips.size()); in prepareStrips()
76 strips.begin(), strips.end(), in prepareStrips()
79 for (decltype(strips)::size_type i = 0; i < strips.size(); ++i) in prepareStrips()
80 if (static_cast<decltype(strips)::size_type>(strips[i].n) != i) in prepareStrips()
141 for (auto strip = strips.cbegin(); strip < strips.cend(); ++strip) { in decompressThread()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.cpp45 : mRaw(img), strips(std::move(strips_)) { in PhaseOneDecompressor()
65 if (strips.size() != static_cast<decltype(strips)::size_type>(mRaw->dim.y)) { in prepareStrips()
67 strips.size()); in prepareStrips()
76 strips.begin(), strips.end(), in prepareStrips()
79 for (decltype(strips)::size_type i = 0; i < strips.size(); ++i) in prepareStrips()
80 if (static_cast<decltype(strips)::size_type>(strips[i].n) != i) in prepareStrips()
141 for (auto strip = strips.cbegin(); strip < strips.cend(); ++strip) { in decompressThread()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dmodules_limit.h71 static const int strips = 4; variable
74 bool solo[strips];
76 dsp::lookahead_limiter strip[strips];
78 dsp::resampleN resampler[strips][2];
87 float weight[strips];
88 float weight_old[strips];
113 static const int strips = 5; variable
116 bool solo[strips];
120 dsp::resampleN resampler[strips][2];
129 float weight[strips];
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DPhaseOneDecompressor.cpp45 : mRaw(img), strips(std::move(strips_)) { in PhaseOneDecompressor()
65 if (strips.size() != static_cast<decltype(strips)::size_type>(mRaw->dim.y)) { in prepareStrips()
67 strips.size()); in prepareStrips()
76 strips.begin(), strips.end(), in prepareStrips()
79 for (decltype(strips)::size_type i = 0; i < strips.size(); ++i) in prepareStrips()
80 if (static_cast<decltype(strips)::size_type>(strips[i].n) != i) in prepareStrips()
141 for (auto strip = strips.cbegin(); strip < strips.cend(); ++strip) { in decompressThread()
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dfacet-grid-.r379 if (!is.null(strips$x$bottom)) {
382 … gtable_add_grob(panel_table, strips$x$bottom, -2, panel_pos_col$l, clip = "on", name = paste0("st…
390 if (!is.null(strips$x$top)) {
393 …<- gtable_add_grob(panel_table, strips$x$top, 2, panel_pos_col$l, clip = "on", name = paste0("stri…
397 …<- gtable_add_grob(panel_table, strips$x$top, 1, panel_pos_col$l, clip = "on", name = paste0("stri…
403 if (!is.null(strips$y$left)) {
406 …- gtable_add_grob(panel_table, strips$y$left, panel_pos_rows$t, 2, clip = "on", name = paste0("str…
410 …- gtable_add_grob(panel_table, strips$y$left, panel_pos_rows$t, 1, clip = "on", name = paste0("str…
414 if (!is.null(strips$y$right)) {
417 … gtable_add_grob(panel_table, strips$y$right, panel_pos_rows$t, -2, clip = "on", name = paste0("st…
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Tcl/
H A DTestTriangleFilter.tcl62 vtkCellArray strips
63 strips InsertNextCell 6
64 strips InsertCellPoint 8
65 strips InsertCellPoint 9
66 strips InsertCellPoint 15
67 strips InsertCellPoint 16
68 strips InsertCellPoint 20
69 strips InsertCellPoint 21
70 pd SetStrips strips
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Python/
H A DTestBandedContourFilter.py64 strips = vtk.vtkCellArray() variable
65 strips.InsertNextCell(8)
66 strips.InsertCellPoint(19)
67 strips.InsertCellPoint(18)
68 strips.InsertCellPoint(21)
69 strips.InsertCellPoint(20)
70 strips.InsertCellPoint(23)
71 strips.InsertCellPoint(22)
72 strips.InsertCellPoint(25)
73 strips.InsertCellPoint(24)
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Python/
H A DTestBandedContourFilter.py64 strips = vtk.vtkCellArray() variable
65 strips.InsertNextCell(8)
66 strips.InsertCellPoint(19)
67 strips.InsertCellPoint(18)
68 strips.InsertCellPoint(21)
69 strips.InsertCellPoint(20)
70 strips.InsertCellPoint(23)
71 strips.InsertCellPoint(22)
72 strips.InsertCellPoint(25)
73 strips.InsertCellPoint(24)
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Python/
H A DTestBandedContourFilter.py65 strips = vtk.vtkCellArray() variable
66 strips.InsertNextCell(8)
67 strips.InsertCellPoint(19)
68 strips.InsertCellPoint(18)
69 strips.InsertCellPoint(21)
70 strips.InsertCellPoint(20)
71 strips.InsertCellPoint(23)
72 strips.InsertCellPoint(22)
73 strips.InsertCellPoint(25)
74 strips.InsertCellPoint(24)
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Tcl/
H A DTestBandedContourFilter.tcl67 vtkCellArray strips
68 strips InsertNextCell 8
69 strips InsertCellPoint 19
70 strips InsertCellPoint 18
71 strips InsertCellPoint 21
72 strips InsertCellPoint 20
73 strips InsertCellPoint 23
74 strips InsertCellPoint 22
75 strips InsertCellPoint 25
76 strips InsertCellPoint 24
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Cxx/
H A DArrays.cxx62 vtkCellArray* strips = vtkCellArray::New(); in main() local
63 strips->InsertNextCell(4); in main()
64 strips->InsertCellPoint(0); in main()
65 strips->InsertCellPoint(1); in main()
66 strips->InsertCellPoint(2); in main()
67 strips->InsertCellPoint(3); in main()
91 polydata->SetStrips(strips); in main()
122 strips->Delete(); in main()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestGetBounds2.py14 strips = vtk.vtkCellArray() variable
44 strips.InsertNextCell(4)
45 strips.InsertCellPoint(7)
46 strips.InsertCellPoint(8)
47 strips.InsertCellPoint(9)
48 strips.InsertCellPoint(10)
54 polyData.SetStrips(strips)
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DTestTriangleFilter.py60 strips = vtk.vtkCellArray() variable
61 strips.InsertNextCell(6)
62 strips.InsertCellPoint(8)
63 strips.InsertCellPoint(9)
64 strips.InsertCellPoint(15)
65 strips.InsertCellPoint(16)
66 strips.InsertCellPoint(20)
67 strips.InsertCellPoint(21)
68 pd.SetStrips(strips)
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DTestTriangleFilter.py60 strips = vtk.vtkCellArray() variable
61 strips.InsertNextCell(6)
62 strips.InsertCellPoint(8)
63 strips.InsertCellPoint(9)
64 strips.InsertCellPoint(15)
65 strips.InsertCellPoint(16)
66 strips.InsertCellPoint(20)
67 strips.InsertCellPoint(21)
68 pd.SetStrips(strips)
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A DTestTriangleFilter.py61 strips = vtk.vtkCellArray() variable
62 strips.InsertNextCell(6)
63 strips.InsertCellPoint(8)
64 strips.InsertCellPoint(9)
65 strips.InsertCellPoint(15)
66 strips.InsertCellPoint(16)
67 strips.InsertCellPoint(20)
68 strips.InsertCellPoint(21)
69 pd.SetStrips(strips)

12345678910>>...105