Home
last modified time | relevance | path

Searched refs:box_ (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_input_node.h92 return IsBlock() && box_->IsLayoutNGCustom(); in IsLayoutNGCustom()
116 return box_->ShouldBeConsideredAsReplaced(); in ShouldBeConsideredAsReplaced()
178 return box_->GetDocument().InQuirksMode() && in IsQuirkyContainer()
179 (box_->IsBody() || box_->IsTableCell()); in IsQuirkyContainer()
238 return box_->ShouldApplySizeContainment(); in ShouldApplySizeContainment()
273 DCHECK(box_->GetDisplayLockContext()); in GetDisplayLockContext()
274 return *box_->GetDisplayLockContext(); in GetDisplayLockContext()
287 return box_->GetCustomLayoutChild(); in GetCustomLayoutChild()
295 return box_ == other.box_;
308 : box_(box), type_(type) {} in NGLayoutInputNode()
[all …]
H A Dng_block_node.cc604 if (box_->NeedsLayout()) in CachedLayoutResultForOutOfFlowPositioned()
799 MinMaxSizes sizes = box_->IsTable() && !box_->IsLayoutNGMixin() in ComputeMinMaxSizes()
829 MinMaxSizes sizes = box_->IsTable() && !box_->IsLayoutNGMixin() in ComputeMinMaxSizes()
1617 box_->ComputeAndSetBlockDirectionMargins(box_->ContainingBlock()); in RunLegacyLayout()
1632 fragment_geometry.border = {box_->BorderStart(), box_->BorderEnd(), in RunLegacyLayout()
1633 box_->BorderBefore(), box_->BorderAfter()}; in RunLegacyLayout()
1635 fragment_geometry.padding = {box_->PaddingStart(), box_->PaddingEnd(), in RunLegacyLayout()
1636 box_->PaddingBefore(), box_->PaddingAfter()}; in RunLegacyLayout()
1756 if (box_->IsInline()) { in AtomicInlineBaselineFromLegacyLayout()
1783 if (!box_->IsFloating() || !box_->GetShapeOutsideInfo()) in UpdateShapeOutsideInfoIfNeeded()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_input_node.h80 return IsBlock() && box_->IsLayoutNGCustom(); in IsLayoutNGCustom()
101 return box_->ShouldBeConsideredAsReplaced(); in ShouldBeConsideredAsReplaced()
130 return box_->GetDocument().InQuirksMode() && in IsQuirkyContainer()
131 (box_->IsBody() || box_->IsTableCell()); in IsQuirkyContainer()
183 return box_->ShouldApplySizeContainment(); in ShouldApplySizeContainment()
210 DCHECK(box_->GetDisplayLockContext()); in GetDisplayLockContext()
211 return *box_->GetDisplayLockContext(); in GetDisplayLockContext()
224 return box_->GetCustomLayoutChild(); in GetCustomLayoutChild()
232 return box_ == other.box_;
245 : box_(box), type_(type) {} in NGLayoutInputNode()
[all …]
H A Dng_block_node.cc495 if (!box_->NeedsLayout()) in SimplifiedLayout()
527 if (box_->NeedsLayout()) in CachedLayoutResultForOutOfFlowPositioned()
762 MinMaxSizes sizes = box_->IsTable() ? box_->PreferredLogicalWidths() in ComputeMinMaxSizesFromLegacy()
1270 box_->ComputeAndSetBlockDirectionMargins(box_->ContainingBlock()); in RunLegacyLayout()
1285 fragment_geometry.border = {box_->BorderStart(), box_->BorderEnd(), in RunLegacyLayout()
1286 box_->BorderBefore(), box_->BorderAfter()}; in RunLegacyLayout()
1288 fragment_geometry.padding = {box_->PaddingStart(), box_->PaddingEnd(), in RunLegacyLayout()
1289 box_->PaddingBefore(), box_->PaddingAfter()}; in RunLegacyLayout()
1402 if (box_->IsInline()) { in AtomicInlineBaselineFromLegacyLayout()
1429 if (!box_->IsFloating() || !box_->GetShapeOutsideInfo()) in UpdateShapeOutsideInfoIfNeeded()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dbox_paint_invalidator.cc20 if (IsA<LayoutView>(box_)) in HasEffectiveBackground()
22 return box_.StyleRef().HasBackground() && !box_.BackgroundTransfersToView(); in HasEffectiveBackground()
130 box_.PreviousPhysicalContentBoxRect() != box_.PhysicalContentBoxRect()) in ComputePaintInvalidationReason()
133 if (box_.PreviousSize() == box_.Size() && in ComputePaintInvalidationReason()
159 if (box_.BorderRight() || box_.BorderBottom()) in ComputePaintInvalidationReason()
170 if (box_.IsFrameSet()) in ComputePaintInvalidationReason()
311 box_.PreviousPhysicalContentBoxRect() != box_.PhysicalContentBoxRect()) in ComputeBackgroundInvalidation()
340 if (IsA<LayoutView>(box_)) { in InvalidateBackground()
394 box_.ContentSize() != box_.Size()) in NeedsToSavePreviousContentBoxRect()
401 if (box_.HasVisualOverflow() || box_.HasLayoutOverflow()) in NeedsToSavePreviousOverflowData()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dbox_paint_invalidator.cc20 if (IsA<LayoutView>(box_)) in HasEffectiveBackground()
22 return box_.StyleRef().HasBackground() && !box_.BackgroundTransfersToView(); in HasEffectiveBackground()
130 box_.PreviousPhysicalContentBoxRect() != box_.PhysicalContentBoxRect()) in ComputePaintInvalidationReason()
133 if (box_.PreviousSize() == box_.Size() && in ComputePaintInvalidationReason()
150 DCHECK_NE(box_.PreviousSize(), box_.Size()); in ComputePaintInvalidationReason()
155 if (box_.BorderRight() || box_.BorderBottom()) in ComputePaintInvalidationReason()
166 if (box_.IsFrameSet()) in ComputePaintInvalidationReason()
296 box_.PreviousPhysicalContentBoxRect() != box_.PhysicalContentBoxRect()) in ComputeBackgroundInvalidation()
325 if (IsA<LayoutView>(box_)) { in InvalidateBackground()
393 box_.ContentSize() != box_.Size()) in NeedsToSavePreviousContentBoxRectOrLayoutOverflowRect()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/
H A Dvsol_box_3d.cxx14 assert(!box_.empty()); in get_min_x()
15 return (box_.min())[0]; in get_min_x()
20 assert(!box_.empty()); in get_max_x()
21 return (box_.max())[0]; in get_max_x()
26 assert(!box_.empty()); in get_min_y()
32 assert(!box_.empty()); in get_max_y()
38 assert(!box_.empty()); in get_min_z()
50 box_.update(x, y, z); in add_point()
85 if (box_.empty() && b.box_.empty()) return true; in near_equal()
86 if (b.box_.empty() || b.box_.empty()) return false; in near_equal()
[all …]
H A Dvsol_box_2d.cxx14 assert(!box_.empty()); in get_min_x()
15 return (box_.min())[0]; in get_min_x()
20 assert(!box_.empty()); in get_max_x()
21 return (box_.max())[0]; in get_max_x()
26 assert(!box_.empty()); in get_min_y()
27 return (box_.min())[1]; in get_min_y()
32 assert(!box_.empty()); in get_max_y()
38 box_.update(x, y); in add_point()
71 if (box_.empty() && b.box_.empty()) return true; in near_equal()
72 if (b.box_.empty() || b.box_.empty()) return false; in near_equal()
[all …]
H A Dvsol_orient_box_3d.cxx29 assert(!box_.empty()); in get_min_x()
30 return (box_.min())[0]; in get_min_x()
35 assert(!box_.empty()); in get_max_x()
36 return (box_.max())[0]; in get_max_x()
41 assert(!box_.empty()); in get_min_y()
42 return (box_.min())[1]; in get_min_y()
47 assert(!box_.empty()); in get_max_y()
48 return (box_.max())[1]; in get_max_y()
53 assert(!box_.empty()); in get_min_z()
59 assert(!box_.empty()); in get_max_z()
[all …]
/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dtool_change_resources_options_menu.cc45 change_by_(&box_, in EditorToolChangeResourcesOptionsMenu()
57 set_to_(&box_, in EditorToolChangeResourcesOptionsMenu()
84 box_.add(&change_by_); in EditorToolChangeResourcesOptionsMenu()
85 box_.add(&set_to_); in EditorToolChangeResourcesOptionsMenu()
100 box_.add_space(vspacing()); in EditorToolChangeResourcesOptionsMenu()
101 box_.add(&resources_box_, UI::Box::Resizing::kFullSize); in EditorToolChangeResourcesOptionsMenu()
102 box_.set_size(box_.get_w(), box_.get_h() + 4 * vspacing() + resources_box_.get_h()); in EditorToolChangeResourcesOptionsMenu()
110 cur_selection_.set_fixed_width(box_.get_inner_w()); in EditorToolChangeResourcesOptionsMenu()
111 box_.add(&cur_selection_); in EditorToolChangeResourcesOptionsMenu()
113 box_.set_size(box_.get_w(), box_.get_h() + vspacing() + cur_selection_.get_h()); in EditorToolChangeResourcesOptionsMenu()
[all …]
H A Dtool_noise_height_options_menu.cc37 box_(this, hmargin(), vmargin(), UI::Box::Vertical, 0, 0, vspacing()), in EditorToolNoiseHeightOptionsMenu()
38 lower_(&box_, in EditorToolNoiseHeightOptionsMenu()
50 upper_(&box_, in EditorToolNoiseHeightOptionsMenu()
62 set_to_(&box_, in EditorToolNoiseHeightOptionsMenu()
91 box_.add(label); in EditorToolNoiseHeightOptionsMenu()
92 box_.add(&upper_); in EditorToolNoiseHeightOptionsMenu()
93 box_.add(&lower_); in EditorToolNoiseHeightOptionsMenu()
95 box_.add_space(2 * vspacing()); in EditorToolNoiseHeightOptionsMenu()
98 box_.add(label); in EditorToolNoiseHeightOptionsMenu()
99 box_.add(&set_to_); in EditorToolNoiseHeightOptionsMenu()
[all …]
H A Dmain_menu_new_map.cc45 map_size_box_(box_, in MainMenuNewMap()
50 list_(&box_, 0, 0, box_width_, 330, UI::PanelStyle::kWui), in MainMenuNewMap()
52 button_box_(&box_, 0, 0, UI::Box::Horizontal, 0, 0, margin_), in MainMenuNewMap()
70 box_.set_size(100, 20); // Prevent assert failures in MainMenuNewMap()
71 box_.add(&map_size_box_, UI::Box::Resizing::kExpandBoth); in MainMenuNewMap()
72 box_.add_space(margin_); in MainMenuNewMap()
74 box_.add(terrain_label); in MainMenuNewMap()
75 box_.add(&list_); in MainMenuNewMap()
76 box_.add_space(2 * margin_); in MainMenuNewMap()
87 box_.add(&button_box_); in MainMenuNewMap()
[all …]
H A Dmain_menu_random_map.cc55 map_size_box_(box_, in MainMenuNewRandomMap()
61 players_(&box_, in MainMenuNewRandomMap()
119 water_(&box_,
132 land_(&box_,
145 wasteland_(&box_,
209 box_.add(&players_);
226 box_.add(&world_box_);
249 box_.add(&water_);
257 box_.add(&land_);
267 box_.add(&wasteland_);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DSharedImmutableStringsCache.cpp15 : box_(box) { in SharedImmutableString()
21 : box_(rhs.box_) { in SharedImmutableString()
24 MOZ_ASSERT_IF(rhs.box_, rhs.box_->refcount > 0); in SharedImmutableString()
26 rhs.box_ = nullptr; in SharedImmutableString()
60 if (!box_) { in ~SharedImmutableString()
66 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
68 box_->refcount--; in ~SharedImmutableString()
69 if (box_->refcount == 0) { in ~SharedImmutableString()
70 box_->chars_.reset(nullptr); in ~SharedImmutableString()
76 MOZ_ASSERT(box_); in clone()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DSharedImmutableStringsCache.cpp15 : box_(box) { in SharedImmutableString()
21 : box_(rhs.box_) { in SharedImmutableString()
24 MOZ_ASSERT_IF(rhs.box_, rhs.box_->refcount > 0); in SharedImmutableString()
26 rhs.box_ = nullptr; in SharedImmutableString()
60 if (!box_) { in ~SharedImmutableString()
66 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
68 box_->refcount--; in ~SharedImmutableString()
69 if (box_->refcount == 0) { in ~SharedImmutableString()
70 box_->chars_.reset(nullptr); in ~SharedImmutableString()
76 MOZ_ASSERT(box_); in clone()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DSharedImmutableStringsCache.cpp15 : box_(box) { in SharedImmutableString()
21 : box_(rhs.box_) { in SharedImmutableString()
24 MOZ_ASSERT_IF(rhs.box_, rhs.box_->refcount > 0); in SharedImmutableString()
26 rhs.box_ = nullptr; in SharedImmutableString()
60 if (!box_) { in ~SharedImmutableString()
66 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
68 box_->refcount--; in ~SharedImmutableString()
69 if (box_->refcount == 0) { in ~SharedImmutableString()
70 box_->chars_.reset(nullptr); in ~SharedImmutableString()
76 MOZ_ASSERT(box_); in clone()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/printers/
H A Dunicode.cpp24 box_ = box; in bvisit()
63 box_ = rat; in bvisit()
104 box_ = box; in bvisit()
132 box_ = box; in bvisit()
142 box_ = box; in bvisit()
152 box_ = box; in bvisit()
162 box_ = box; in bvisit()
181 box_ = box; in bvisit()
203 box_ = box; in bvisit()
216 box_ = box; in bvisit()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_orient_box_3d.h35 : box_(box), orient_(vnl_quaternion<double>(vnl_vector_fixed<double,3>(0.0,0.0,1.0), 0.0)) {} in vgl_orient_box_3d()
39 : box_(box), orient_(orient) {} in vgl_orient_box_3d()
49 return obb.box_ == this->box_ && obb.orient_ == this->orient_;
53 Type width() const { return box_.width(); } in width()
54 Type height() const { return box_.height(); } in height()
55 Type depth() const { return box_.depth(); } in depth()
56 inline Type volume() const { return box_.width()*box_.height()*box_.depth(); } in volume()
58 vgl_point_3d<Type> centroid() {return box_.centroid(); } in centroid()
59 vgl_box_3d<Type> const box() {return box_; } in box()
76 vgl_box_3d<Type> box_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DSharedImmutableStringsCache.cpp17 , box_(box) in SharedImmutableString()
25 , box_(rhs.box_) in SharedImmutableString()
28 MOZ_ASSERT(rhs.box_); in SharedImmutableString()
31 rhs.box_ = nullptr; in SharedImmutableString()
68 if (!box_) in ~SharedImmutableString()
73 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
75 box_->refcount--; in ~SharedImmutableString()
76 if (box_->refcount == 0) in ~SharedImmutableString()
77 box_->chars_.reset(nullptr); in ~SharedImmutableString()
84 MOZ_ASSERT(box_); in clone()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSharedImmutableStringsCache.cpp17 : cache_(locked), box_(box) { in SharedImmutableString()
23 : cache_(mozilla::Move(rhs.cache_)), box_(rhs.box_) { in SharedImmutableString()
25 MOZ_ASSERT(rhs.box_); in SharedImmutableString()
26 MOZ_ASSERT(rhs.box_->refcount > 0); in SharedImmutableString()
28 rhs.box_ = nullptr; in SharedImmutableString()
63 if (!box_) return; in ~SharedImmutableString()
67 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
69 box_->refcount--; in ~SharedImmutableString()
70 if (box_->refcount == 0) box_->chars_.reset(nullptr); in ~SharedImmutableString()
75 MOZ_ASSERT(box_); in clone()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSharedImmutableStringsCache.cpp16 : cache_(locked), box_(box) { in SharedImmutableString()
22 : cache_(std::move(rhs.cache_)), box_(rhs.box_) { in SharedImmutableString()
24 MOZ_ASSERT(rhs.box_); in SharedImmutableString()
27 rhs.box_ = nullptr; in SharedImmutableString()
62 if (!box_) { in ~SharedImmutableString()
68 MOZ_ASSERT(box_->refcount > 0); in ~SharedImmutableString()
70 box_->refcount--; in ~SharedImmutableString()
71 if (box_->refcount == 0) { in ~SharedImmutableString()
72 box_->chars_.reset(nullptr); in ~SharedImmutableString()
78 MOZ_ASSERT(box_); in clone()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/tests/
H A Dsurfacearea.cpp74 box_(), in SurfaceAreaTest()
294 box_[XX][XX] = 10.0; in TEST_F()
295 box_[YY][YY] = 10.0; in TEST_F()
296 box_[ZZ][ZZ] = 10.0; in TEST_F()
308 box_[XX][XX] = 10.0; in TEST_F()
309 box_[YY][YY] = 10.0; in TEST_F()
310 box_[ZZ][ZZ] = 10.0; in TEST_F()
338 box_[XX][XX] = 10.0; in TEST_F()
339 box_[YY][YY] = 10.0; in TEST_F()
340 box_[ZZ][ZZ] = 10.0; in TEST_F()
[all …]
/dports/x11/waybar/Waybar-0.9.12/src/modules/sni/
H A Dtray.cpp8 box_(bar.vertical ? Gtk::ORIENTATION_VERTICAL : Gtk::ORIENTATION_HORIZONTAL, 0), in Tray()
15 box_.set_name("tray"); in Tray()
16 event_box_.add(box_); in Tray()
18 box_.get_style_context()->add_class(id); in Tray()
21 box_.set_spacing(config_["spacing"].asUInt()); in Tray()
29 box_.pack_end(item->event_box); in onAdd()
31 box_.pack_start(item->event_box); in onAdd()
37 box_.remove(item->event_box); in onRemove()
43 box_.set_visible(!box_.get_children().empty()); in update()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfloating_textbox.cpp32 box_(nullptr), in floating_textbox()
49 box_.reset(nullptr); in close()
58 if (box_ == nullptr) in update_location()
89 if(box_ != nullptr) { in update_location()
90 box_->set_volatile(true); in update_location()
95 , box_->height() in update_location()
98 box_->set_location(rect); in update_location()
103 check_->set_location(box_->location().x,box_->location().y + box_->location().h + border_size); in update_location()
121 box_.reset(new gui::textbox(gui.video(),100,"",true,256,font::SIZE_PLUS,0.8,0.6)); in show()
132 std::string text = box_->text(); in tab()
[all …]
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWCheckBoxText.cpp31 box_(x, y, startState), in GLWCheckBoxText()
32 label_(x + box_.getW() + 5.0f - offset_, y - 2.0f - offset_, text) in GLWCheckBoxText()
43 box_.draw(); in draw()
50 box_.mouseDown(button, x, y, skipRest); in mouseDown()
57 box_.mouseUp(button, x, y, skipRest); in mouseUp()
64 box_.mouseDrag(button, mx, my, x, y, skipRest); in mouseDrag()
70 return box_.getW() + 5.0f + label_.getW(); in getW()
76 box_.setX(x); in setX()
77 label_.setX(x + box_.getW() + 5.0f - offset_); in setX()
83 box_.setY(y); in setY()

12345678910>>...18