Home
last modified time | relevance | path

Searched refs:boundary_offset (Results 1 – 15 of 15) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkPeriodicBoundaryCondition.hxx29 ::operator()(const OffsetType & point_index, const OffsetType & boundary_offset, in operator ()() argument
44 linear_index += ( point_index[i] + boundary_offset[i] ) * data->GetStride(i); in operator ()()
62 if ( boundary_offset[i] != 0 ) in operator ()()
68 * offset_table[i] - boundary_offset[i] * offset_table[i]; in operator ()()
73 * offset_table[i] + boundary_offset[i] * offset_table[i]; in operator ()()
84 ::operator()(const OffsetType & point_index, const OffsetType & boundary_offset, in operator ()() argument
102 linear_index += ( point_index[i] + boundary_offset[i] ) * data->GetStride(i); in operator ()()
117 if ( boundary_offset[i] != 0 ) in operator ()()
123 * offset_table[i] - boundary_offset[i] * offset_table[i]; in operator ()()
128 * offset_table[i] + boundary_offset[i] * offset_table[i]; in operator ()()
H A DitkZeroFluxNeumannBoundaryCondition.hxx28 ::operator()(const OffsetType & point_index, const OffsetType & boundary_offset, in operator ()() argument
36 linear_index += ( point_index[i] + boundary_offset[i] ) * data->GetStride(i); in operator ()()
67 ::operator()(const OffsetType & point_index, const OffsetType & boundary_offset, in operator ()() argument
76 linear_index += ( point_index[i] + boundary_offset[i] ) * data->GetStride(i); in operator ()()
H A DitkNeighborhoodAccessorFunctor.h81 const OffsetType & boundary_offset, in BoundaryCondition() argument
85 return boundaryCondition->operator()(point_index, boundary_offset, data); in BoundaryCondition()
H A DitkPeriodicBoundaryCondition.h73 const OffsetType & boundary_offset,
80 const OffsetType & boundary_offset,
H A DitkZeroFluxNeumannBoundaryCondition.h93 const OffsetType & boundary_offset,
100 const OffsetType & boundary_offset,
H A DitkImageBoundaryCondition.h98 const OffsetType & boundary_offset,
105 const OffsetType & boundary_offset,
H A DitkVectorImageNeighborhoodAccessorFunctor.h105 const OffsetType & boundary_offset, in BoundaryCondition() argument
109 return boundaryCondition->operator()(point_index, boundary_offset, data, *this); in BoundaryCondition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Drange.cc1485 unsigned boundary_offset = boundary.Offset(); in BoundaryTextInserted() local
1486 if (offset >= boundary_offset) in BoundaryTextInserted()
1488 boundary.SetOffset(boundary_offset + length); in BoundaryTextInserted()
1506 unsigned boundary_offset = boundary.Offset(); in BoundaryTextRemoved() local
1507 if (offset >= boundary_offset) in BoundaryTextRemoved()
1509 if (offset + length >= boundary_offset) in BoundaryTextRemoved()
1512 boundary.SetOffset(boundary_offset - length); in BoundaryTextRemoved()
1560 unsigned boundary_offset = boundary.Offset(); in BoundaryTextNodeSplit() local
1562 boundary.Set(boundary.Container(), boundary_offset + 1, in BoundaryTextNodeSplit()
1565 boundary_offset > old_node.length()) { in BoundaryTextNodeSplit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Drange.cc1486 unsigned boundary_offset = boundary.Offset(); in BoundaryTextInserted() local
1487 if (offset >= boundary_offset) in BoundaryTextInserted()
1489 boundary.SetOffset(boundary_offset + length); in BoundaryTextInserted()
1507 unsigned boundary_offset = boundary.Offset(); in BoundaryTextRemoved() local
1508 if (offset >= boundary_offset) in BoundaryTextRemoved()
1510 if (offset + length >= boundary_offset) in BoundaryTextRemoved()
1513 boundary.SetOffset(boundary_offset - length); in BoundaryTextRemoved()
1561 unsigned boundary_offset = boundary.Offset(); in BoundaryTextNodeSplit() local
1563 boundary.Set(boundary.Container(), boundary_offset + 1, in BoundaryTextNodeSplit()
1566 boundary_offset > old_node.length()) { in BoundaryTextNodeSplit()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_brush_types.h615 float boundary_offset; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_base.cc1798 base::Optional<int> boundary_offset = in FindTextBoundary() local
1800 if (boundary_offset.has_value()) in FindTextBoundary()
1801 return *boundary_offset; in FindTextBoundary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_base.cc1852 base::Optional<int> boundary_offset = in FindTextBoundary() local
1854 if (boundary_offset.has_value()) in FindTextBoundary()
1855 return *boundary_offset; in FindTextBoundary()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_boundary.c524 const float boundary_radius = radius * (1.0f + brush->boundary_offset); in SCULPT_boundary_data_init()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dfun.c5021 intptr_t boundary_offset) in clone_runstack_copied() argument
5033 if ((naya->runstack_offset + naya->runstack_size == boundary_offset) in clone_runstack_copied()
5053 size = boundary_offset - naya->runstack_offset; in clone_runstack_copied()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dfun.c5021 intptr_t boundary_offset) in clone_runstack_copied() argument
5033 if ((naya->runstack_offset + naya->runstack_size == boundary_offset) in clone_runstack_copied()
5053 size = boundary_offset - naya->runstack_offset; in clone_runstack_copied()