Home
last modified time | relevance | path

Searched refs:local_bounds (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/xc/
H A Dxc_rho_set_types.F142 rho_set%local_bounds = local_bounds
439 IF (PRESENT(local_bounds)) local_bounds => rho_set%local_bounds
843 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
862 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
878 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
908 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
923 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
938 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
948 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
973 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
[all …]
H A Dxc_derivative_set_types.F115 SUBROUTINE xc_dset_create(derivative_set, pw_pool, local_bounds) argument
119 INTEGER, DIMENSION(2, 3), OPTIONAL :: local_bounds local
137 IF (PRESENT(local_bounds)) THEN
138 IF (ANY(pw_pool%pw_grid%bounds_local /= local_bounds)) &
143 CPASSERT(PRESENT(local_bounds))
145 pw_grid%bounds_local = local_bounds
/dports/science/cp2k-data/cp2k-7.1.0/src/xc/
H A Dxc_rho_set_types.F142 rho_set%local_bounds = local_bounds
439 IF (PRESENT(local_bounds)) local_bounds => rho_set%local_bounds
843 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
862 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
878 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
908 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
923 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
938 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
948 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
973 DO k = rho_set%local_bounds(1, 3), rho_set%local_bounds(2, 3)
[all …]
H A Dxc_derivative_set_types.F115 SUBROUTINE xc_dset_create(derivative_set, pw_pool, local_bounds) argument
119 INTEGER, DIMENSION(2, 3), OPTIONAL :: local_bounds local
137 IF (PRESENT(local_bounds)) THEN
138 IF (ANY(pw_pool%pw_grid%bounds_local /= local_bounds)) &
143 CPASSERT(PRESENT(local_bounds))
145 pw_grid%bounds_local = local_bounds
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Ddrop_target_view.cc69 const gfx::Rect local_bounds = GetLocalBounds(); in Layout() local
70 background_view_->SetBoundsRect(local_bounds); in Layout()
74 std::min(local_bounds.width(), local_bounds.height()); in Layout()
85 gfx::Rect icon_bounds = local_bounds; in Layout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/native/
H A Dnative_view_host.cc126 gfx::Rect local_bounds = ConvertRectToWidget(GetContentsBounds()); in Layout() local
128 native_view_size_.IsEmpty() ? local_bounds.size() : native_view_size_; in Layout()
129 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(), in Layout()
130 local_bounds.width(), local_bounds.height(), in Layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/native/
H A Dnative_view_host.cc129 gfx::Rect local_bounds = ConvertRectToWidget(GetContentsBounds()); in Layout() local
131 native_view_size_.IsEmpty() ? local_bounds.size() : native_view_size_; in Layout()
132 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(), in Layout()
133 local_bounds.width(), local_bounds.height(), in Layout()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelDIY2/
H A DvtkDIYKdTreeUtilities.cxx108 const double* local_bounds) in GenerateCuts() argument
112 if (local_bounds == nullptr) in GenerateCuts()
122 std::copy(local_bounds, local_bounds + 6, bds); in GenerateCuts()
132 vtkMultiProcessController* controller, const double* local_bounds) in GenerateCuts() argument
137 if (local_bounds != nullptr) in GenerateCuts()
139 bbox.AddBounds(local_bounds); in GenerateCuts()
143 if (local_bounds == nullptr) in GenerateCuts()
164 vtkMultiProcessController* controller, const double* local_bounds /*=nullptr*/) in GenerateCuts() argument
173 if (local_bounds != nullptr) in GenerateCuts()
175 bbox.SetBounds(local_bounds); in GenerateCuts()
H A DvtkDIYKdTreeUtilities.h65 const double* local_bounds = nullptr);
73 vtkMultiProcessController* controller = nullptr, const double* local_bounds = nullptr);
90 vtkMultiProcessController* controller = nullptr, const double* local_bounds = nullptr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/media_router/
H A Dpresentation_receiver_window_view_browsertest.cc220 gfx::Rect local_bounds = location_icon_view->GetLocalBounds(); in IN_PROC_BROWSER_TEST_F() local
221 gfx::Point local_icon_center(local_bounds.x() + local_bounds.width() / 2, in IN_PROC_BROWSER_TEST_F()
222 local_bounds.y() + local_bounds.height() / 2); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_targeter_delegate.cc94 gfx::Rect local_bounds(root->GetLocalBounds()); in TargetForRect() local
95 if (views::PercentCoveredBy(local_bounds, rect) >= kRectTargetOverlap) { in TargetForRect()
98 views::DistanceSquaredFromCenterToPoint(touch_center, local_bounds); in TargetForRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc222 const gfx::Rect local_bounds = GetLocalBounds(); in OnPaint() local
223 canvas->DrawSharpLine({local_bounds.x(), local_bounds.y()}, in OnPaint()
224 {local_bounds.right(), local_bounds.y()}, color); in OnPaint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dscroll_anchor.cc84 PhysicalRect local_bounds; in RelativeBounds() local
86 local_bounds = ToLayoutBox(layout_object)->PhysicalBorderBoxRect(); in RelativeBounds()
90 std::max(local_bounds.Bottom(), in RelativeBounds()
98 local_bounds.ShiftBottomEdgeTo(max_y); in RelativeBounds()
105 local_bounds.Unite(text->PhysicalLinesBoundingBox()); in RelativeBounds()
113 ->LocalToVisibleContentQuad(FloatRect(local_bounds), layout_object) in RelativeBounds()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dsvg_filters.c201 GF_Rect bounds, local_bounds, rc; in svg_draw_filter() local
216 local_bounds = bounds = tr_state->bounds; in svg_draw_filter()
285 scale_x = gf_divfix(bounds.width, local_bounds.width); in svg_draw_filter()
286 scale_y = gf_divfix(bounds.height, local_bounds.height); in svg_draw_filter()
290 rc = local_bounds; in svg_draw_filter()
365 bounds = local_bounds; in svg_draw_filter()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dsvg_filters.c201 GF_Rect bounds, local_bounds, rc; in svg_draw_filter() local
216 local_bounds = bounds = tr_state->bounds; in svg_draw_filter()
285 scale_x = gf_divfix(bounds.width, local_bounds.width); in svg_draw_filter()
286 scale_y = gf_divfix(bounds.height, local_bounds.height); in svg_draw_filter()
290 rc = local_bounds; in svg_draw_filter()
365 bounds = local_bounds; in svg_draw_filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dpulsing_block_view.cc44 const gfx::Rect local_bounds(layer->bounds().size()); in SchedulePulsingAnimation() local
52 gfx::GetScaleTransform(local_bounds.CenterPoint(), in SchedulePulsingAnimation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_preview_view.cc97 const gfx::RectF local_bounds = gfx::RectF(GetLocalBounds()); in Layout() local
100 gfx::Vector2dF scale(local_bounds.width() / union_rect.width(), in Layout()
101 local_bounds.height() / union_rect.height()); in Layout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/editable_combobox/
H A Deditable_combobox.cc532 gfx::Rect local_bounds = textfield_->GetLocalBounds(); in ShowDropDownMenu() local
533 gfx::Point menu_position(local_bounds.origin()); in ShowDropDownMenu()
538 local_bounds.set_width(local_bounds.width() - in ShowDropDownMenu()
541 gfx::Rect bounds(menu_position, local_bounds.size()); in ShowDropDownMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dscroll_anchor.cc86 PhysicalRect local_bounds; in RelativeBounds() local
88 local_bounds = box->PhysicalBorderBoxRect(); in RelativeBounds()
95 std::max(local_bounds.Bottom(), box->LayoutOverflowRect().MaxY()); in RelativeBounds()
102 local_bounds.ShiftBottomEdgeTo(max_y); in RelativeBounds()
109 local_bounds.Unite(text->PhysicalLinesBoundingBox()); in RelativeBounds()
117 ->LocalToVisibleContentQuad(FloatRect(local_bounds), layout_object) in RelativeBounds()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/bgq/include/rdma/bgq/
H A Dfi_bgq_l2atomic.h172 uint64_t local_bounds; member
273 producer->local_bounds = npackets-L2_CACHE_LINE_COUNT_UINT64-1; in l2atomic_fifo_initialize()
342 const uint64_t local_bounds = fifo->local_bounds; in l2atomic_fifo_produce_wait()
343 if (local_bounds < tail) { in l2atomic_fifo_produce_wait()
391 fifo->local_bounds = bounds; in l2atomic_fifo_produce_wait()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dgauss_colloc.F81 periodic, gdim, local_bounds, local_shift, poly_shift, scale, lgrid) argument
90 INTEGER, DIMENSION(2, 0:2), INTENT(in), OPTIONAL :: local_bounds local
99 periodic, gdim, local_bounds, local_shift, &
124 periodic, gdim, local_bounds, local_shift, poly_shift, scale) argument
133 INTEGER, DIMENSION(2, 0:2), INTENT(in), OPTIONAL :: local_bounds local
142 periodic, gdim, local_bounds, local_shift, &
166 … periodic, gdim, local_bounds, local_shift, poly_shift, scale, lgrid, integrate) argument
179 OPTIONAL :: local_bounds local
266 IF (PRESENT(local_bounds)) THEN
268 l_bounds(:, permut(i)) = local_bounds(:, i)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/grid/
H A Dgauss_colloc.F78 periodic, gdim, local_bounds, local_shift, poly_shift, scale) argument
87 INTEGER, DIMENSION(2, 0:2), INTENT(in), OPTIONAL :: local_bounds local
95 periodic, gdim, local_bounds, local_shift, &
120 periodic, gdim, local_bounds, local_shift, poly_shift, scale) argument
129 INTEGER, DIMENSION(2, 0:2), INTENT(in), OPTIONAL :: local_bounds local
138 periodic, gdim, local_bounds, local_shift, &
161 … periodic, gdim, local_bounds, local_shift, poly_shift, scale, integrate) argument
174 OPTIONAL :: local_bounds local
253 IF (PRESENT(local_bounds)) THEN
255 l_bounds(:, permut(i)) = local_bounds(:, i)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/accessibility/flutter/
H A Dflutter_semantics_node_wrapper.cc335 const gfx::Rect& local_bounds = in Serialize() local
337 out_data->relative_bounds.bounds.SetRect(local_bounds.x(), local_bounds.y(), in Serialize()
338 local_bounds.width(), in Serialize()
339 local_bounds.height()); in Serialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/scrollbar/
H A Dscroll_bar_views.cc157 const gfx::Rect local_bounds(GetLocalBounds()); in OnPaint() local
161 theme_state, local_bounds, extra_params); in OnPaint()
166 local_bounds, extra_params); in OnPaint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/scrollbar/
H A Dscroll_bar_views.cc153 const gfx::Rect local_bounds(GetLocalBounds()); in OnPaint() local
157 theme_state, local_bounds, extra_params); in OnPaint()
162 local_bounds, extra_params); in OnPaint()

1234567