Home
last modified time | relevance | path

Searched refs:anchor_ (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_range.h55 : anchor_(AXPositionType::CreateNullPosition()), in AXRange()
66 anchor_.swap(other.anchor_); in AXRange()
73 DCHECK(anchor_); in anchor()
74 return anchor_.get(); in anchor()
86 anchor_ = AXPositionType::CreateNullPosition();
88 anchor_.swap(other.anchor_);
97 return !other.IsNull() && *anchor_ == *other.anchor() &&
150 DCHECK(anchor_ && focus_); in IsNull()
155 return "Range\nAnchor:" + anchor_->ToString() + in ToString()
261 return Iterator(std::move(forward_range.anchor_), in begin()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/lockfree/
H A Ddeque.hpp172 anchor anchor_; member
199 if (anchor_ != lrs) in stabilize_left()
209 if (anchor_ != lrs) in stabilize_left()
229 if (anchor_ != lrs) in stabilize_right()
239 if (anchor_ != lrs) in stabilize_right()
289 { return anchor_.is_lock_free(); } in is_lock_free()
307 anchor_pair lrs = anchor_.lrs(); in push_left()
364 anchor_pair lrs = anchor_.lrs(); in push_right()
413 anchor_pair lrs = anchor_.lrs(); in pop_left()
438 if (anchor_ != lrs) in pop_left()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_range.h55 : anchor_(AXPositionType::CreateNullPosition()), in AXRange()
66 anchor_.swap(other.anchor_); in AXRange()
73 DCHECK(anchor_); in anchor()
74 return anchor_.get(); in anchor()
86 anchor_ = AXPositionType::CreateNullPosition();
88 anchor_.swap(other.anchor_);
97 return !other.IsNull() && *anchor_ == *other.anchor() &&
144 DCHECK(anchor_ && focus_); in IsNull()
149 return "Range\nAnchor:" + anchor_->ToString() + in ToString()
255 return Iterator(std::move(forward_range.anchor_), in begin()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWAbstractArea.C170 anchor_->linkState.link = link; in setLink()
172 if (anchor_->linkState.link.type() == LinkType::Resource) in setLink()
181 if (!anchor_) in link()
184 return anchor_->linkState.link; in link()
191 anchor_->altText = text; in setAlternateText()
198 if (anchor_) in alternateText()
199 return anchor_->altText; in alternateText()
256 if (!anchor_) in createAnchorImpl()
257 anchor_.reset(new AnchorImpl()); in createAnchorImpl()
274 if (!hole_ && anchor_) { in updateDom()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/models/
H A Dlist_selection_model.cc82 IncrementFromImpl(index, &anchor_); in IncrementFrom()
93 DecrementFromImpl(index, &anchor_); in DecrementFrom()
98 anchor_ = active_ = index; in SetSelectedIndex()
122 if (anchor_ == kUnselectedIndex) { in SetSelectionFromAnchorTo()
125 int delta = std::abs(index - anchor_); in SetSelectionFromAnchorTo()
127 for (int i = 0, min = std::min(index, anchor_); i <= delta; ++i) in SetSelectionFromAnchorTo()
135 if (anchor_ == kUnselectedIndex) { in AddSelectionFromAnchorTo()
138 for (int i = std::min(index, anchor_), end = std::max(index, anchor_); in AddSelectionFromAnchorTo()
164 MoveToLowerIndexImpl(old_index, new_index, length, &anchor_); in Move()
202 anchor_ = active_ = kUnselectedIndex; in Clear()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dlist_selection_model.cc82 IncrementFromImpl(index, &anchor_); in IncrementFrom()
93 DecrementFromImpl(index, &anchor_); in DecrementFrom()
98 anchor_ = active_ = index; in SetSelectedIndex()
122 if (anchor_ == kUnselectedIndex) { in SetSelectionFromAnchorTo()
125 int delta = std::abs(index - anchor_); in SetSelectionFromAnchorTo()
127 for (int i = 0, min = std::min(index, anchor_); i <= delta; ++i) in SetSelectionFromAnchorTo()
135 if (anchor_ == kUnselectedIndex) { in AddSelectionFromAnchorTo()
138 for (int i = std::min(index, anchor_), end = std::max(index, anchor_); in AddSelectionFromAnchorTo()
164 MoveToLowerIndexImpl(old_index, new_index, length, &anchor_); in Move()
202 anchor_ = active_ = kUnselectedIndex; in Clear()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dsurroundingtext.cpp15 SurroundingTextPrivate() : anchor_(0), cursor_(0), valid_(false) {} in SurroundingTextPrivate()
17 unsigned int anchor_, cursor_; member in fcitx::SurroundingTextPrivate
36 d->anchor_ = 0; in invalidate()
48 return d->anchor_; in anchor()
76 d->anchor_ = anchor; in setText()
82 d->anchor_ = anchor; in setCursor()
109 d->anchor_ = d->cursor_; in deleteText()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DChunkRowAceExecState.java29 anchor_ = Anchor.createAnchor(editor.getSession().getDocument(), row, 0); in ChunkRowAceExecState()
33 anchor_.addOnChangeHandler(new Command() in ChunkRowAceExecState()
39 if (getRow() == anchor_.getRow()) in ChunkRowAceExecState()
53 row_ = anchor_.getRow(); in ChunkRowAceExecState()
78 anchor_.detach(); in detach()
114 private final Anchor anchor_; field in ChunkRowAceExecState
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dntree_impl.h132 , anchor_( anchor ) in masked_iterator()
145 anchor_[ i ] = nest::mod( anchor_[ i ] + mask_bb.lower_left[ i ] - ntree_->lower_left_[ i ], in masked_iterator()
149 anchors_.push_back( anchor_ ); in masked_iterator()
158 …if ( ( anchor_[ i ] + mask_bb.upper_right[ i ] - ntree_->lower_left_[ i ] ) > ntree_->extent_[ i ]… in masked_iterator()
188 …if ( mask_->outside( Box< D >( ntree_->lower_left_ - anchor_, ntree_->lower_left_ - anchor_ + ntre… in init_()
196 …if ( mask_->inside( Box< D >( ntree_->lower_left_ - anchor_, ntree_->lower_left_ - anchor_ + ntree… in init_()
205 … if ( ntree_->nodes_.empty() || ( not mask_->inside( ntree_->nodes_[ node_ ].first - anchor_ ) ) ) in init_()
225 anchor_ = anchors_[ current_anchor_ ]; in next_anchor_()
303 anchored_position_ -= anchor_; in next_leaf_()
324 …if ( mask_->inside( Box< D >( ntree_->lower_left_ - anchor_, ntree_->lower_left_ - anchor_ + ntree… in first_leaf_()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/r/
H A DRCompletionToolTip.java240 if (anchor_ != null) in setAnchor()
241 anchor_.detach(); in setAnchor()
242 anchor_ = docDisplay_.createAnchoredSelection(start, end); in setAnchor()
251 if (anchor_ != null) in setCursorAnchor()
252 anchor_.detach(); in setCursorAnchor()
253 anchor_ = docDisplay_.createAnchoredSelection(start, end); in setCursorAnchor()
283 if (anchor_ != null) in onLoad()
285 Range anchorRange = anchor_.getRange(); in onLoad()
290 anchor_.detach(); in onLoad()
291 anchor_ = null; in onLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlogin_base_bubble_view_unittest.cc30 anchor_ = new views::View(); in SetUp()
31 anchor_->SetSize(gfx::Size(0, 25)); in SetUp()
35 container_->AddChildView(anchor_); in SetUp()
39 bubble_ = new LoginBaseBubbleView(anchor_, widget()->GetNativeView()); in SetUp()
52 views::View* anchor_; member in ash::LoginBaseBubbleViewTest
106 generator->MoveMouseTo(anchor_->GetBoundsInScreen().CenterPoint()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dresize_viewport_anchor.h33 explicit ResizeScope(ResizeViewportAnchor& anchor) : anchor_(&anchor) { in ResizeScope()
34 anchor_->BeginScope(); in ResizeScope()
36 ~ResizeScope() { anchor_->EndScope(); } in ~ResizeScope()
39 ResizeViewportAnchor* anchor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dresize_viewport_anchor.h33 explicit ResizeScope(ResizeViewportAnchor& anchor) : anchor_(&anchor) { in ResizeScope()
34 anchor_->BeginScope(); in ResizeScope()
36 ~ResizeScope() { anchor_->EndScope(); } in ~ResizeScope()
39 ResizeViewportAnchor* anchor_;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafilters/src/
H A Dfiltering.cpp112 Point anchor_; member in __anonf2b0199c0211::NPPBoxFilter
152 oAnchor.x = anchor_.x; in apply()
153 oAnchor.y = anchor_.y; in apply()
220 Point anchor_; member in __anonf2b0199c0311::LinearFilter
287 kernel_.cols, kernel_.rows, anchor_.x, anchor_.y, in apply()
350 Point anchor_; member in __anonf2b0199c0411::SeparableLinearFilter
534 Point anchor_; member in __anonf2b0199c0511::MorphologyFilter
573 anchor_ = Point(anchor_.x * iters_, anchor_.y * iters_); in MorphologyFilter()
853 Point anchor_; member in __anonf2b0199c0711::NPPRankFilter
937 int anchor_; member in __anonf2b0199c0811::NppRowSumFilter
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DConstraintFriction2D.cpp39 anchor_(Vector2::ZERO) in ConstraintFriction2D()
61 if (anchor == anchor_) in SetAnchor()
64 anchor_ = anchor; in SetAnchor()
111 jointDef_.Initialize(bodyA, bodyB, ToB2Vec2(anchor_)); in GetJointDef()
H A DConstraintWeld2D.cpp39 anchor_(Vector2::ZERO) in ConstraintWeld2D()
60 if (anchor == anchor_) in SetAnchor()
63 anchor_ = anchor; in SetAnchor()
109 jointDef_.Initialize(bodyA, bodyB, ToB2Vec2(anchor_)); in GetJointDef()
H A DConstraintRevolute2D.cpp39 anchor_(Vector2::ZERO) in ConstraintRevolute2D()
64 if (anchor == anchor_) in SetAnchor()
67 anchor_ = anchor; in SetAnchor()
173 jointDef_.Initialize(bodyA, bodyB, ToB2Vec2(anchor_)); in GetJointDef()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_form_control_element_test.cc29 anchor_ = anchor; in ShowValidationMessage()
34 if (anchor_ == &anchor) in HideValidationMessage()
35 anchor_ = nullptr; in HideValidationMessage()
40 return anchor_ == &anchor; in IsValidationMessageVisible()
47 visitor->Trace(anchor_); in Trace()
55 Member<const Element> anchor_; member in blink::__anon4eff94b90111::MockFormValidationMessageClient
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_form_control_element_test.cc31 anchor_ = anchor; in ShowValidationMessage()
36 if (anchor_ == &anchor) in HideValidationMessage()
37 anchor_ = nullptr; in HideValidationMessage()
42 return anchor_ == &anchor; in IsValidationMessageVisible()
49 visitor->Trace(anchor_); in Trace()
57 Member<const Element> anchor_; member in blink::__anonc540f3140111::MockFormValidationMessageClient
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/output/lint/
H A DLintMarkers.java32 anchor_ = Anchor.createAnchor( in AnchoredAceAnnotation()
41 anchor_.getRow(), in asAceAnnotation()
42 anchor_.getColumn(), in asAceAnnotation()
48 private final Anchor anchor_; field in LintMarkers.AnchoredAceAnnotation
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/dialog/
H A DCommitTocRow.java41 anchor_ = new Anchor(filename); in CommitTocRow()
42 anchor_.addStyleName(ThemeStyles.INSTANCE.handCursor()); in CommitTocRow()
52 anchor_.addClickHandler(handler)); in addClickHandler()
59 Anchor anchor_; field in CommitTocRow
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/bubble/
H A Dinfo_bubble.h38 View* anchor() { return anchor_; } in anchor()
39 const View* anchor() const { return anchor_; } in anchor()
50 View* const anchor_; // Weak. variable
H A Dinfo_bubble.cc50 : anchor_(anchor), frame_(nullptr), preferred_width_(0) { in InfoBubble()
51 DCHECK(anchor_); in InfoBubble()
52 SetAnchorView(anchor_); in InfoBubble()
116 if (!anchor_->GetVisibleBounds().IsEmpty()) { in UpdatePosition()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.cpp121 : DocIterator(), anchor_(), in CursorData()
152 os << cur.anchor_[i]; in operator <<()
188 anchor_.clear(); in reset()
207 while (i < dit.depth() && i < anchor_.depth() && dit[i] == anchor_[i]) in setCursorSelectionTo()
211 if (i == anchor_.depth()) in setCursorSelectionTo()
234 if (depth() < anchor_.depth() && top() <= anchor_[depth() - 1]) in setCursorToAnchor()
474 anchor_ = *this; in resetAnchor()
960 di = anchor_.boundary() > boundary() ? anchor_ : *this; in selectionBegin()
977 di = anchor_.boundary() < boundary() ? anchor_ : *this; in selectionEnd()
1003 anchor_ = where; in setSelection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/bubble/
H A Dinfo_bubble.h42 View* anchor() { return anchor_; } in anchor()
43 const View* anchor() const { return anchor_; } in anchor()
56 View* const anchor_; // Weak. variable

12345678