Home
last modified time | relevance | path

Searched refs:newLeft (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/graphics/photivo/photivo/Sources/filemgmt/
H A DptPathBar.cpp207 int newLeft = 0; in MoveVisibleArea() local
213 newLeft = 0; in MoveVisibleArea()
224 newLeft = maxLeft; in MoveVisibleArea()
226 newLeft = m_Tokens->x(); in MoveVisibleArea()
231 newLeft = 0; in MoveVisibleArea()
235 newLeft = maxLeft; in MoveVisibleArea()
241 int clamped = 0-FindNextTokenPos(0-newLeft, dir); in MoveVisibleArea()
242 if (clamped > m_Tokens->x()) newLeft = clamped; in MoveVisibleArea()
249 if (clamped < m_Tokens->x()) newLeft = clamped; in MoveVisibleArea()
261 m_Animation.setEndValue(QPoint(newLeft, 0)); in MoveVisibleArea()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/index/
H A Dtest_index_fm_right_array_binary_tree.h111 TChar newLeft = borderString[i].i1; in waveletTreeStructureConstructor() local
113 for (; newLeft < newPivot; ++newLeft) in waveletTreeStructureConstructor()
115 newLeftCounter += freq[ordValue(newLeft)]; in waveletTreeStructureConstructor()
118 for (; newLeft <= borderString[i].i2 && newLeft > borderString[i].i1; ++newLeft) in waveletTreeStructureConstructor()
120 newRightCounter += freq[ordValue(newLeft)]; in waveletTreeStructureConstructor()
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/TouchControls/
H A DRectF.cpp31 void RectF::offsetTo(float newLeft, float newTop) { in offsetTo() argument
32 right += newLeft - left; in offsetTo()
34 left = newLeft; in offsetTo()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Node/
H A DNestedSet.php364 $newLeft = $dest->getNode()->getLeftValue();
389 $this->insertNode($newLeft, $newRight, $newRoot);
422 $newLeft = $dest->getNode()->getLeftValue();
430 $this->shiftRLValues($newLeft, 2, $newRoot);
432 $this->insertNode($newLeft, $newRight, $newRoot);
468 $newLeft = $dest->getNode()->getRightValue() + 1;
476 $this->shiftRLValues($newLeft, 2, $newRoot);
513 $newLeft = $dest->getNode()->getLeftValue() + 1;
521 $this->shiftRLValues($newLeft, 2, $newRoot);
559 $newLeft = $dest->getNode()->getRightValue();
[all …]
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DFormulaTransformer.cpp207 Formula* newLeft = apply(f->left()); in applyBinary() local
209 if(newLeft==f->left() && newRight==f->right()) { in applyBinary()
212 return new BinaryFormula(f->connective(), newLeft, newRight); in applyBinary()
305 Formula* newLeft; in applyImp() local
308 newLeft = apply(f->left()); in applyImp()
311 if(newLeft==f->left() && newRight==f->right()) { in applyImp()
314 return new BinaryFormula(f->connective(), newLeft, newRight); in applyImp()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/input/
H A DMouseInput.cpp751 int32_t newLeft; in InputScrollPartUpdateHThumb() local
753 newLeft *= x; in InputScrollPartUpdateHThumb()
757 newLeft /= x; in InputScrollPartUpdateHThumb()
758 x = newLeft; in InputScrollPartUpdateHThumb()
761 newLeft += x; in InputScrollPartUpdateHThumb()
762 if (newLeft < 0) in InputScrollPartUpdateHThumb()
763 newLeft = 0; in InputScrollPartUpdateHThumb()
771 if (newLeft > x) in InputScrollPartUpdateHThumb()
772 newLeft = x; in InputScrollPartUpdateHThumb()
853 newLeft *= -1; in InputScrollPartUpdateHRight()
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/
H A DOptimizer.scala210 createAttributeMapping(left, newLeft) ++
215 Join(newLeft, newRight, joinType, newCondition)
946 val newLeft = leftFilterConditions. constant
962 val newLeft = left constant
972 val newLeft = leftFilterConditions. constant
993 val newLeft = leftJoinConditions. constant
999 Join(newLeft, newRight, joinType, newJoinCond)
1002 val newLeft = leftJoinConditions. constant
1007 Join(newLeft, newRight, RightOuter, newJoinCond)
1010 val newLeft = left constant
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/
H A DInvalidationHandler.java255 float newLeft = moveToRect.left; in moveViewportToMakeSelectionVisible() local
272newLeft = selectionRectangle.left - (moveToRect.width() * 0.1f) * oldZoom / newZoom; // 0.1f gives… in moveViewportToMakeSelectionVisible()
274newLeft = selectionRectangle.right - (moveToRect.width() * 0.9f) * oldZoom / newZoom; // 0.9f give… in moveViewportToMakeSelectionVisible()
283 LOKitShell.moveViewportTo(mContext, new PointF(newLeft, newTop), newZoom); in moveViewportToMakeSelectionVisible()
455 float newLeft = moveToRect.left; in moveViewportToMakeCursorVisible() local
459 newLeft = cursorRectangle.left - (moveToRect.width() * 0.1f); in moveViewportToMakeCursorVisible()
461 newLeft = cursorRectangle.right - (moveToRect.width() * 0.9f); in moveViewportToMakeCursorVisible()
470 LOKitShell.moveViewportTo(mContext, new PointF(newLeft, newTop), null); in moveViewportToMakeCursorVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/
H A DInvalidationHandler.java246 float newLeft = moveToRect.left; in moveViewportToMakeSelectionVisible() local
263newLeft = selectionRectangle.left - (moveToRect.width() * 0.1f) * oldZoom / newZoom; // 0.1f gives… in moveViewportToMakeSelectionVisible()
265newLeft = selectionRectangle.right - (moveToRect.width() * 0.9f) * oldZoom / newZoom; // 0.9f give… in moveViewportToMakeSelectionVisible()
274 LOKitShell.moveViewportTo(mContext, new PointF(newLeft, newTop), newZoom); in moveViewportToMakeSelectionVisible()
446 float newLeft = moveToRect.left; in moveViewportToMakeCursorVisible() local
450 newLeft = cursorRectangle.left - (moveToRect.width() * 0.1f); in moveViewportToMakeCursorVisible()
452 newLeft = cursorRectangle.right - (moveToRect.width() * 0.9f); in moveViewportToMakeCursorVisible()
461 LOKitShell.moveViewportTo(mContext, new PointF(newLeft, newTop), null); in moveViewportToMakeCursorVisible()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/
H A DGraphicContext.cpp189 int newLeft = (int)(minX + 0.5f); in SetViewPort() local
201 if (newLeft >= oldRight || newTop >= oldBottom || newRight <= oldLeft || newBottom <= oldTop) in SetViewPort()
206 if (newLeft < oldLeft) newLeft = oldLeft; in SetViewPort()
213 newTop >= m_iScreenHeight || newLeft >= m_iScreenWidth || in SetViewPort()
214 newLeft >= newRight || newTop >= newBottom) in SetViewPort()
219 if (newLeft < 0) newLeft = 0; in SetViewPort()
224 assert(newLeft < newRight); in SetViewPort()
227 CRect newviewport((float)newLeft, (float)newTop, (float)newRight, (float)newBottom); in SetViewPort()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DRectAbsolute.h249 T newLeft = std::max(aRect.left, left); in MoveInsideAndClamp() local
253 Sub rect(newLeft, newTop, newLeft + width, newTop + height); in MoveInsideAndClamp()
254 newLeft = std::min(rect.right, aRect.right) - width; in MoveInsideAndClamp()
256 rect.MoveBy(newLeft - rect.left, newTop - rect.top); in MoveInsideAndClamp()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DRectAbsolute.h249 T newLeft = std::max(aRect.left, left); in MoveInsideAndClamp() local
253 Sub rect(newLeft, newTop, newLeft + width, newTop + height); in MoveInsideAndClamp()
254 newLeft = std::min(rect.right, aRect.right) - width; in MoveInsideAndClamp()
256 rect.MoveBy(newLeft - rect.left, newTop - rect.top); in MoveInsideAndClamp()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DRectAbsolute.h248 T newLeft = std::max(aRect.left, left); in MoveInsideAndClamp() local
252 Sub rect(newLeft, newTop, newLeft + width, newTop + height); in MoveInsideAndClamp()
253 newLeft = std::min(rect.right, aRect.right) - width; in MoveInsideAndClamp()
255 rect.MoveBy(newLeft - rect.left, newTop - rect.top); in MoveInsideAndClamp()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DRectAbsolute.h249 T newLeft = std::max(aRect.left, left); in MoveInsideAndClamp() local
253 Sub rect(newLeft, newTop, newLeft + width, newTop + height); in MoveInsideAndClamp()
254 newLeft = std::min(rect.right, aRect.right) - width; in MoveInsideAndClamp()
256 rect.MoveBy(newLeft - rect.left, newTop - rect.top); in MoveInsideAndClamp()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DSortedInt32KeyNode.cs419 …var newLeft = _left.SetOrAdd(key, value, valueComparer, overwriteExistingValue, out replacedExisti… in SetOrAdd()
422 result = this.Mutate(left: newLeft); in SetOrAdd()
501 var newLeft = _left.Remove(key, out mutated); in RemoveRecursive()
504 result = this.Mutate(left: newLeft); in RemoveRecursive()
H A DImmutableList_1.Node.cs313 Node newLeft = _left.Insert(index, key); in Insert()
314 Node result = this.MutateLeft(newLeft); in Insert()
363 Node newLeft = _left.InsertRange(index, keys); in InsertRange()
364 result = this.MutateLeft(newLeft); in InsertRange()
418 var newLeft = _left.RemoveAt(index); in RemoveAt()
419 result = this.MutateLeft(newLeft); in RemoveAt()
492 var newLeft = _left.ReplaceAt(index, value); in ReplaceAt()
493 result = this.MutateLeft(newLeft); in ReplaceAt()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dnormal_form.cpp1127 return toNode(kind::EQUAL, newLeft, newRight); in mkRatEquality()
1143 Polynomial newLeft = left * coeffInv; in mkRatInequality() local
1146 return toNode(k, newLeft, newRight); in mkRatInequality()
1166 Polynomial newLeft = left * mult; in mkIntInequality() local
1170 if(!newLeft.leadingCoefficientIsPositive()){ in mkIntInequality()
1176 newLeft = -newLeft; in mkIntInequality()
1190 result = toNode(kind::GEQ, newLeft, rightMultPlusOne); in mkIntInequality()
1193 result = toNode(kind::GEQ, newLeft, newRight); in mkIntInequality()
1201 result = toNode(kind::GEQ, newLeft, ceilRight); in mkIntInequality()
1235 Polynomial newLeft = mIsPositive ? m : -m; in mkIntEquality() local
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/scroll/
H A DCenteringViewportLayout.java72 int newLeft = newCenterX - oldVisible.width / 2; in getNewVisible() local
79 new Rectangle(newLeft, newTop, newWidth, newHeight); in getNewVisible()
/dports/devel/newt/newt-0.52.21/
H A Dnewt_pr.h77 void (* place)(newtComponent c, int newLeft, int newTop);
81 void newtDefaultPlaceHandler(newtComponent c, int newLeft, int newTop);
H A Dbutton.c20 static void buttonPlace(newtComponent co, int newLeft, int newTop);
89 static void buttonPlace(newtComponent co, int newLeft, int newTop) { in buttonPlace() argument
91 co->left = newLeft; in buttonPlace()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/osx/
H A DWinSystemOSXGL.mm53 bool CWinSystemOSXGL::ResizeWindow(int newWidth, int newHeight, int newLeft, int newTop)
55 CWinSystemOSX::ResizeWindow(newWidth, newHeight, newLeft, newTop);
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/ui/
H A Dscrollbar.cpp82 …uint16 newLeft = CLIP<uint16>((_screenPosition.left + newMousePos.x - _mousePosOnClick.x), minX, m… in handleInput() local
83 moveTo(Common::Point(newLeft, _screenPosition.top)); in handleInput()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Ditree.cpp67 TTreeNode* newLeft = AllocNode(); in DoInsert() local
69 *newLeft = m_Root; in DoInsert()
72 m_Root.m_Left = newLeft; in DoInsert()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Ditree.cpp67 TTreeNode* newLeft = AllocNode(); in DoInsert() local
69 *newLeft = m_Root; in DoInsert()
72 m_Root.m_Left = newLeft; in DoInsert()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dwindow_manager.cpp522 int newLeft = (*itMov)->getLeft() + xOffset; in checkAnchors() local
524 if( newLeft > workArea.getLeft() - m_magnet && in checkAnchors()
525 newLeft < workArea.getLeft() + m_magnet ) in checkAnchors()
535 if( newLeft + (*itMov)->getWidth() > right - m_magnet && in checkAnchors()
536 newLeft + (*itMov)->getWidth() < right + m_magnet ) in checkAnchors()

12345678910