Home
last modified time | relevance | path

Searched refs:shape_data (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/multicore/
H A Dutest_MCORE_collision_system.cpp53 …if (count != data_manager->shape_data.ObA_rigid.size()) { std::cout << "ObA_rigid " << data_manage… in check_collisionsystemcount()
54 …if (count != data_manager->shape_data.ObR_rigid.size()) { std::cout << "ObR_rigid " << data_manage… in check_collisionsystemcount()
55 …if (count != data_manager->shape_data.start_rigid.size()) { std::cout << "start_rigid" << data_man… in check_collisionsystemcount()
56 …if (count != data_manager->shape_data.length_rigid.size()) { std::cout << "length_rigid" << data_m… in check_collisionsystemcount()
58 …if (count != data_manager->shape_data.fam_rigid.size()) { std::cout << "fam_rigid" << data_manager… in check_collisionsystemcount()
59 …if (count != data_manager->shape_data.typ_rigid.size()) { std::cout << "typ_rigid" << data_manager… in check_collisionsystemcount()
60 …if (count != data_manager->shape_data.id_rigid.size()) { std::cout << "id_rigid" << data_manager-> in check_collisionsystemcount()
62 …if (count != data_manager->shape_data.sphere_rigid.size()) { std::cout << "sphere_rigid" << data_m… in check_collisionsystemcount()
63 …if (count != data_manager->shape_data.box_like_rigid.size()) { std::cout << "box_like_rigid" << da… in check_collisionsystemcount()
64 …if (count != data_manager->shape_data.capsule_rigid.size()) { std::cout << "capsule_rigid" << data… in check_collisionsystemcount()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/
H A DChCollisionSystemChrono.cpp114 auto& shape_data = cd_data->shape_data; in Add() local
117 shape_data.convex_rigid.insert(shape_data.convex_rigid.end(), pmodel->local_convex_data.begin(), in Add()
136 shape_data.sphere_rigid.push_back(obB.x); in Add()
140 shape_data.box_like_rigid.push_back(obB); in Add()
144 shape_data.box_like_rigid.push_back(obB); in Add()
189 shape_data.ObA_rigid.push_back(obA); in Add()
190 shape_data.ObR_rigid.push_back(shape->R); in Add()
191 shape_data.start_rigid.push_back(start); in Add()
192 shape_data.length_rigid.push_back(length); in Add()
194 shape_data.fam_rigid.push_back(fam); in Add()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/collision/
H A DChCollisionSystemDistributed.cpp44 auto& shape_data = dm->cd_data->shape_data; in Add() local
165 if (shape_data.id_rigid[j] == UINT_MAX && in Add()
183 shape_data.id_rigid[j] = body_index; in Add()
188 int start = shape_data.start_rigid[j]; in Add()
198 shape_data.sphere_rigid[start] = obB.x; in Add()
201 shape_data.triangle_rigid[start] = obA; in Add()
206 shape_data.box_like_rigid[start] = obB; in Add()
209 shape_data.box_like_rigid[start] = obB; in Add()
233 shape_data.ObA_rigid[j] = obA; in Add()
234 shape_data.ObR_rigid[j] = shape->R; in Add()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/exclusions/
H A Dng_exclusion.h34 std::unique_ptr<NGExclusionShapeData> shape_data = nullptr) {
35 return base::AdoptRef(new NGExclusion(rect, type, std::move(shape_data)));
49 shape_data ? std::make_unique<NGExclusionShapeData>( in CopyWithOffset()
50 shape_data->layout_box, shape_data->margins, in CopyWithOffset()
51 shape_data->shape_insets) in CopyWithOffset()
57 const std::unique_ptr<NGExclusionShapeData> shape_data; member
65 std::unique_ptr<NGExclusionShapeData> shape_data) in NGExclusion()
66 : rect(rect), type(type), shape_data(std::move(shape_data)) {} in NGExclusion()
H A Dng_layout_opportunity.cc21 DCHECK(exclusion.shape_data); in ExcludedSegment()
22 const NGExclusionShapeData& shape_data = *exclusion.shape_data; in ExcludedSegment() local
24 shape_data.layout_box->GetShapeOutsideInfo()->ComputedShape(); in ExcludedSegment()
30 (exclusion.rect.BlockStartOffset() + shape_data.margins.block_start + in ExcludedSegment()
31 shape_data.shape_insets.block_start); in ExcludedSegment()
43 shape_data.shape_insets.BlockSum() - in ExcludedSegment()
44 shape_data.margins.BlockSum()); in ExcludedSegment()
51 shape_data.margins.LineLeft(TextDirection::kLtr) + in ExcludedSegment()
52 shape_data.shape_insets.LineLeft(TextDirection::kLtr); in ExcludedSegment()
118 if (exclusion->shape_data) { in ComputeLineLeftOffset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/exclusions/
H A Dng_exclusion.h34 std::unique_ptr<NGExclusionShapeData> shape_data = nullptr) {
35 return base::AdoptRef(new NGExclusion(rect, type, std::move(shape_data)));
49 shape_data ? std::make_unique<NGExclusionShapeData>( in CopyWithOffset()
50 shape_data->layout_box, shape_data->margins, in CopyWithOffset()
51 shape_data->shape_insets) in CopyWithOffset()
58 const std::unique_ptr<NGExclusionShapeData> shape_data; member
66 std::unique_ptr<NGExclusionShapeData> shape_data) in NGExclusion()
67 : rect(rect), type(type), shape_data(std::move(shape_data)) {} in NGExclusion()
H A Dng_layout_opportunity.cc21 DCHECK(exclusion.shape_data); in ExcludedSegment()
22 const NGExclusionShapeData& shape_data = *exclusion.shape_data; in ExcludedSegment() local
24 shape_data.layout_box->GetShapeOutsideInfo()->ComputedShape(); in ExcludedSegment()
30 (exclusion.rect.BlockStartOffset() + shape_data.margins.block_start + in ExcludedSegment()
31 shape_data.shape_insets.block_start); in ExcludedSegment()
43 shape_data.shape_insets.BlockSum() - in ExcludedSegment()
44 shape_data.margins.BlockSum()); in ExcludedSegment()
51 shape_data.margins.LineLeft(TextDirection::kLtr) + in ExcludedSegment()
52 shape_data.shape_insets.LineLeft(TextDirection::kLtr); in ExcludedSegment()
118 if (exclusion->shape_data) { in ComputeLineLeftOffset()
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Dshpchunk.cpp96 if (shape_data.v_list) new Shape_Vertex_Chunk (this, shape_data.num_verts); in Shape_Chunk()
99 if (shape_data.poly_list) new Shape_Polygon_Chunk (this, shape_data.num_polys); in Shape_Chunk()
100 if (shape_data.uv_list) new Shape_UV_Coord_Chunk (this, shape_data.num_uvs); in Shape_Chunk()
485 if (shape_data.v_list) new Shape_Vertex_Chunk (this, shape_data.num_verts); in update_my_chunkshape()
488 if (shape_data.poly_list) new Shape_Polygon_Chunk (this, shape_data.num_polys); in update_my_chunkshape()
489 if (shape_data.uv_list) new Shape_UV_Coord_Chunk (this, shape_data.num_uvs); in update_my_chunkshape()
2046 if (shape_data.v_list) new Shape_Vertex_Chunk (this, shape_data.num_verts); in Shape_Sub_Shape_Chunk()
2050 if (shape_data.uv_list) new Shape_UV_Coord_Chunk (this, shape_data.num_uvs); in Shape_Sub_Shape_Chunk()
2154 if (shape_data.v_list) new Shape_Vertex_Chunk (this, shape_data.num_verts); in update_my_chunkshape()
2158 if (shape_data.uv_list) new Shape_UV_Coord_Chunk (this, shape_data.num_uvs); in update_my_chunkshape()
[all …]
/dports/science/siconos/siconos-4.4.0/mechanics/swig/mechanics/collision/
H A Dtools.py45 shape_data=None, argument
64 self.data = shape_data
94 shape_data=None, argument
101 shape_data,
137 shape_data=None, argument
147 shape_data,
187 shape_data=None, argument
202 shape_data,
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChSystemDistributed.cpp86 data_manager->cd_data->shape_data.id_rigid.reserve(init); in ChSystemDistributed()
353 const auto& shape_data = data_manager->cd_data->shape_data; in PrintShapeData() local
369 shape_data.sphere_rigid[shape_data.start_rigid[shape_index]]); in PrintShapeData()
388 const auto& shape_data = data_manager->cd_data->shape_data; in PrintEfficiency() local
399 for (int i = 0; i < shape_data.id_rigid.size(); i++) { in PrintEfficiency()
400 if (shape_data.id_rigid[i] != UINT_MAX) { in PrintEfficiency()
448 const auto& shape_data = data_manager->cd_data->shape_data; in SanityCheck() local
451 for (auto itr = shape_data.id_rigid.begin(); itr != shape_data.id_rigid.end(); itr++) { in SanityCheck()
535 auto& shape_data = data_manager->cd_data->shape_data; in SetSphereShape() local
542 shape_data.sphere_rigid[sphere_start] = radius; in SetSphereShape()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/demo/
H A Ddemo-shape.c21 struct shape_data { struct
31 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
88 struct shape_data *data = dev_get_priv(dev); in shape_status()
96 struct shape_data *priv = dev_get_priv(dev); in set_light()
115 struct shape_data *priv = dev_get_priv(dev); in get_light()
161 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
177 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
195 .priv_auto_alloc_size = sizeof(struct shape_data),
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/demo/
H A Ddemo-shape.c21 struct shape_data { struct
31 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
88 struct shape_data *data = dev_get_priv(dev); in shape_status()
96 struct shape_data *priv = dev_get_priv(dev); in set_light()
115 struct shape_data *priv = dev_get_priv(dev); in get_light()
161 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
177 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
195 .priv_auto_alloc_size = sizeof(struct shape_data),
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/demo/
H A Ddemo-shape.c23 struct shape_data { struct
33 struct shape_data *data = dev_get_priv(dev); in shape_hello() argument
90 struct shape_data *data = dev_get_priv(dev); in shape_status()
98 struct shape_data *priv = dev_get_priv(dev); in set_light()
117 struct shape_data *priv = dev_get_priv(dev); in get_light()
163 struct shape_data *priv = dev_get_priv(dev); in dm_shape_probe()
179 struct shape_data *priv = dev_get_priv(dev); in dm_shape_remove()
197 .priv_auto = sizeof(struct shape_data),

12345678910>>...20