Home
last modified time | relevance | path

Searched refs:bottomIdx (Results 1 – 7 of 7) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/console/
H A Dalias.cpp55 uint bottomIdx, topIdx, pivot; in Con_FindAlias() local
63 bottomIdx = 0; in Con_FindAlias()
67 while (bottomIdx <= topIdx && !isDone) in Con_FindAlias()
69 pivot = bottomIdx + (topIdx - bottomIdx)/2; in Con_FindAlias()
91 bottomIdx = pivot + 1; in Con_FindAlias()
/dports/graphics/qgis/qgis-3.22.3/src/gui/processing/models/
H A Dqgsmodelgraphicsscene.cpp155 int bottomIdx = 0; in createItems() local
176 …tination() ? Qt::BottomEdge : Qt::TopEdge, parameter->isDestination() ? bottomIdx : topIdx, QgsMod… in createItems()
181 parameter->isDestination() ? bottomIdx : topIdx, in createItems()
188 bottomIdx++; in createItems()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/processing/models/
H A Dqgsmodelgraphicsscene.cpp155 int bottomIdx = 0; in createItems() local
176 …tination() ? Qt::BottomEdge : Qt::TopEdge, parameter->isDestination() ? bottomIdx : topIdx, QgsMod… in createItems()
181 parameter->isDestination() ? bottomIdx : topIdx, in createItems()
188 bottomIdx++; in createItems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DAsyncVirtualContentTableViewer.java254 int bottomIdx = topIdx + getNumberOfVisibleLines(); in notifyListenersAtBufferEnd() local
256 int numLinesLeft = elementsCnt - bottomIdx; in notifyListenersAtBufferEnd()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-basic-main-transitions.cpp597 int bottomIdx = TransitionCount() - 1; in RemoveTransitionClicked() local
598 if (idx > bottomIdx) in RemoveTransitionClicked()
599 idx = bottomIdx; in RemoveTransitionClicked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/
H A DAbstractAsyncTableRendering.java1129 int bottomIdx = idx + getNumberOfVisibleLines(); in isAtBottomBuffer() local
1131 int numLinesLeft = elementsCnt - bottomIdx; in isAtBottomBuffer()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dtext.c960 raiseIdx, lowerIdx, topIdx, bottomIdx in gnoclOptTextTagPriority() enumerator
996 case bottomIdx: in gnoclOptTextTagPriority()