Home
last modified time | relevance | path

Searched refs:start_bounds (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_highlight_view_unittest.cc68 gfx::Rect start_bounds(100, 100); in TEST_F() local
70 SetLeftBounds(start_bounds, /*animate=*/false); in TEST_F()
81 start_bounds = gfx::Rect(100, 0, 100, 100); in TEST_F()
83 SetRightBounds(start_bounds, /*animate=*/false); in TEST_F()
99 gfx::Rect start_bounds(200, 100); in TEST_F() local
101 SetLeftBounds(start_bounds, /*animate=*/false); in TEST_F()
137 gfx::Rect start_bounds(100, 100); in TEST_F() local
139 SetLeftBounds(start_bounds, /*animate=*/false); in TEST_F()
150 start_bounds = gfx::Rect(0, 100, 100, 100); in TEST_F()
171 const gfx::Rect start_bounds(0, 0, 100, 100); in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout_unittest.cc30 const std::string start_bounds; member
53 if (!data.start_bounds.empty()) in CreateLayout()
54 PrepareChildViewsFromString(data.start_bounds); in CreateLayout()
60 if (data.start_bounds.empty()) { in CreateLayout()
65 ASSERT_NO_FATAL_FAILURE(SetBoundsFromString(data.start_bounds)); in CreateLayout()
68 ASSERT_NO_FATAL_FAILURE(SetBoundsFromString(data.start_bounds)); in CreateLayout()
306 EXPECT_EQ(test_data[i].start_bounds, BoundsString()) << " at " << i; in TEST_F()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/algorithm/
H A Dshrink_bounds.h21 const gfx::Rect& start_bounds,
31 const gfx::Rect& start_bounds,
H A Dshrink_bounds.cpp198 const gfx::Rect& start_bounds, in shrink_bounds() argument
202 bounds = (start_bounds & image->bounds()); in shrink_bounds()
219 const gfx::Rect& start_bounds, in shrink_bounds2() argument
225 bounds = (start_bounds & a->bounds()); in shrink_bounds2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer_animator_unittest.cc554 start_bounds.set_x(-90); in TEST()
606 start_bounds.set_x(-90); in TEST()
720 start_bounds.set_x(-90); in TEST()
795 gfx::Rect start_bounds, target_bounds; in TEST() local
797 start_bounds.set_x(-90); in TEST()
2572 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
2641 gfx::Rect start_bounds(0, 0, 0, 0); in TEST() local
2685 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
2756 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
3008 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/animation/
H A Dbounds_animator.cc76 data.start_bounds = view->bounds(); in AnimateViewTo()
89 if (use_transforms_ && !data.start_bounds.IsEmpty() && in AnimateViewTo()
91 data.start_bounds.size() == data.target_bounds.size()) { in AnimateViewTo()
99 gfx::RectF(parent_->GetMirroredRect(data.start_bounds)), in AnimateViewTo()
278 animation->CurrentValueBetween(data.start_bounds, data.target_bounds); in AnimationProgressed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer_animator_unittest.cc553 start_bounds.set_x(-90); in TEST()
605 start_bounds.set_x(-90); in TEST()
719 start_bounds.set_x(-90); in TEST()
794 gfx::Rect start_bounds, target_bounds; in TEST() local
796 start_bounds.set_x(-90); in TEST()
2571 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
2640 gfx::Rect start_bounds(0, 0, 0, 0); in TEST() local
2684 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
2755 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
3007 gfx::Rect start_bounds(0, 0, 50, 50); in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Danimating_layout_manager.cc702 NormalizedRect start_bounds; in CalculateFadeInfos() member
725 it->second.start_bounds = Normalize(orientation(), child_layout.bounds); in CalculateFadeInfos()
744 start_leading_edges.emplace(index.start_bounds.origin_main(), child); in CalculateFadeInfos()
762 fade_info.reference_bounds = current.start_bounds; in CalculateFadeInfos()
764 start_leading_edges.upper_bound(current.start_bounds.origin_main()); in CalculateFadeInfos()
768 current.start_bounds.max_main()); in CalculateFadeInfos()
772 current.start_bounds.max_main()); in CalculateFadeInfos()
776 fade_info.offsets.set_leading(current.start_bounds.origin_main()); in CalculateFadeInfos()
782 fade_info.offsets.set_leading(current.start_bounds.origin_main() - in CalculateFadeInfos()
783 prev_info.start_bounds.max_main()); in CalculateFadeInfos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Danimating_layout_manager.cc806 NormalizedRect start_bounds; in CalculateFadeInfos() member
829 it->second.start_bounds = Normalize(orientation(), child_layout.bounds); in CalculateFadeInfos()
848 start_leading_edges.emplace(index.start_bounds.origin_main(), child); in CalculateFadeInfos()
866 fade_info.reference_bounds = current.start_bounds; in CalculateFadeInfos()
868 start_leading_edges.upper_bound(current.start_bounds.origin_main()); in CalculateFadeInfos()
872 current.start_bounds.max_main()); in CalculateFadeInfos()
876 current.start_bounds.max_main()); in CalculateFadeInfos()
880 fade_info.offsets.set_leading(current.start_bounds.origin_main()); in CalculateFadeInfos()
886 fade_info.offsets.set_leading(current.start_bounds.origin_main() - in CalculateFadeInfos()
887 prev_info.start_bounds.max_main()); in CalculateFadeInfos()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/animation/
H A Danimation.cc83 gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds, in CurrentValueBetween() argument
86 GetCurrentValue(), start_bounds, target_bounds); in CurrentValueBetween()
H A Danimation.h59 gfx::Rect CurrentValueBetween(const gfx::Rect& start_bounds,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/animation/
H A Danimation.cc82 gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds, in CurrentValueBetween() argument
85 GetCurrentValue(), start_bounds, target_bounds); in CurrentValueBetween()
H A Danimation.h59 gfx::Rect CurrentValueBetween(const gfx::Rect& start_bounds,
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/code/
H A Dide-text-iter.c206 GtkTextIter start_bounds; in ide_text_iter_backward_sentence_end() local
212 start_bounds = *iter; in ide_text_iter_backward_sentence_end()
213 found_para = ide_text_iter_backward_paragraph_start (&start_bounds); in ide_text_iter_backward_sentence_end()
216 gtk_text_buffer_get_start_iter (gtk_text_iter_get_buffer (iter), &start_bounds); in ide_text_iter_backward_sentence_end()
218 while ((gtk_text_iter_compare (iter, &start_bounds) > 0) && gtk_text_iter_backward_char (iter)) in ide_text_iter_backward_sentence_end()
250 *iter = start_bounds; in ide_text_iter_backward_sentence_end()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/animation/
H A Dbounds_animator.cc58 data.start_bounds = view->bounds(); in AnimateViewTo()
63 if (use_transforms_ && !data.start_bounds.IsEmpty()) { in AnimateViewTo()
68 gfx::RectF(data.start_bounds), gfx::RectF(data.target_bounds)); in AnimateViewTo()
258 animation->CurrentValueBetween(data.start_bounds, data.target_bounds); in AnimationProgressed()
/dports/games/zangband/zangband/src/
H A Dwild1.c1408 start_bounds.hgtmin = 0; in init_choice_tree()
1409 start_bounds.hgtmax = 255; in init_choice_tree()
1411 start_bounds.popmin = 0; in init_choice_tree()
1412 start_bounds.popmax = 255; in init_choice_tree()
1414 start_bounds.lawmin = 0; in init_choice_tree()
1415 start_bounds.lawmax = 255; in init_choice_tree()
1433 start_bounds.hgtmin = 0; in add_node_tree_root()
1434 start_bounds.hgtmax = 255; in add_node_tree_root()
1436 start_bounds.popmin = 0; in add_node_tree_root()
1437 start_bounds.popmax = 255; in add_node_tree_root()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/views/
H A Dmessage_popup_collection.cc355 GetPopupItem(i)->start_bounds = GetPopupItem(i)->bounds; in CalculateBounds()
386 gfx::Tween::RectValueBetween(value, item.start_bounds, item.bounds)); in UpdateByAnimation()
456 item.start_bounds = item.bounds; in AddPopup()
457 item.start_bounds += in AddPopup()
H A Dmessage_popup_collection.h150 gfx::Rect start_bounds; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/views/
H A Dmessage_popup_collection.cc368 GetPopupItem(i)->start_bounds = GetPopupItem(i)->bounds; in CalculateBounds()
399 gfx::Tween::RectValueBetween(value, item.start_bounds, item.bounds)); in UpdateByAnimation()
481 item.start_bounds = item.bounds; in AddPopup()
482 item.start_bounds += in AddPopup()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/
H A Dgskvulkancrossfadepipelineprivate.h25 … const graphene_rect_t *start_bounds,
H A Dgskvulkanblendmodepipelineprivate.h26 … const graphene_rect_t *start_bounds,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dunified_message_list_view.cc176 gfx::Rect start_bounds() const { return start_bounds_; } in start_bounds() function in ash::UnifiedMessageListView::MessageViewContainer
180 void set_start_bounds(const gfx::Rect& start_bounds) { in set_start_bounds() argument
181 start_bounds_ = start_bounds; in set_start_bounds()
333 GetCurrentValue(), view->start_bounds(), view->ideal_bounds())); in Layout()
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvas.c4040 GooCanvasBounds start_bounds; member
4079 bounds = &data->start_bounds; in goo_canvas_get_start_bounds()
4181 if (data->current_bounds.x1 > data->start_bounds.x2 in goo_canvas_focus_check_is_best()
4182 || data->current_bounds.x2 < data->start_bounds.x2) in goo_canvas_focus_check_is_best()
4185 if (data->current_bounds.y1 > data->start_bounds.y2 in goo_canvas_focus_check_is_best()
4369 if (data->current_bounds.y1 > data->start_bounds.y2) in goo_canvas_focus_recurse()
4375 if (data->current_bounds.y2 < data->start_bounds.y1) in goo_canvas_focus_recurse()
4381 if (data->current_bounds.x1 > data->start_bounds.x2) in goo_canvas_focus_recurse()
4387 if (data->current_bounds.x2 < data->start_bounds.x1) in goo_canvas_focus_recurse()
4443 data.start_center_x = (data.start_bounds.x1 + data.start_bounds.x2) / 2.0; in goo_canvas_focus()
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvas.c3865 GooCanvasBounds start_bounds; member
3903 bounds = &data->start_bounds; in goo_canvas_get_start_bounds()
4004 if (data->current_bounds.x1 > data->start_bounds.x2 in goo_canvas_focus_check_is_best()
4005 || data->current_bounds.x2 < data->start_bounds.x2) in goo_canvas_focus_check_is_best()
4008 if (data->current_bounds.y1 > data->start_bounds.y2 in goo_canvas_focus_check_is_best()
4192 if (data->current_bounds.y1 > data->start_bounds.y2) in goo_canvas_focus_recurse()
4198 if (data->current_bounds.y2 < data->start_bounds.y1) in goo_canvas_focus_recurse()
4204 if (data->current_bounds.x1 > data->start_bounds.x2) in goo_canvas_focus_recurse()
4210 if (data->current_bounds.x2 < data->start_bounds.x1) in goo_canvas_focus_recurse()
4270 data.start_center_x = (data.start_bounds.x1 + data.start_bounds.x2) / 2.0; in goo_canvas_focus()
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvas.c4040 GooCanvasBounds start_bounds; member
4079 bounds = &data->start_bounds; in goo_canvas_get_start_bounds()
4181 if (data->current_bounds.x1 > data->start_bounds.x2 in goo_canvas_focus_check_is_best()
4182 || data->current_bounds.x2 < data->start_bounds.x2) in goo_canvas_focus_check_is_best()
4185 if (data->current_bounds.y1 > data->start_bounds.y2 in goo_canvas_focus_check_is_best()
4369 if (data->current_bounds.y1 > data->start_bounds.y2) in goo_canvas_focus_recurse()
4375 if (data->current_bounds.y2 < data->start_bounds.y1) in goo_canvas_focus_recurse()
4381 if (data->current_bounds.x1 > data->start_bounds.x2) in goo_canvas_focus_recurse()
4387 if (data->current_bounds.x2 < data->start_bounds.x1) in goo_canvas_focus_recurse()
4443 data.start_center_x = (data.start_bounds.x1 + data.start_bounds.x2) / 2.0; in goo_canvas_focus()
[all …]

12