Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/devel/tijmp/tijmp-0.7/java/tijmp/ui/
H A DMemoryGraph.java49 int currentHeight = getHeight () - insets.top - insets.bottom; in actionPerformed() local
53 image = createImage (currentWidth, currentHeight); in actionPerformed()
67 doFullRedraw (g, insets, currentHeight, currentWidth); in actionPerformed()
69 drawUsage (g, index, currentLine, currentHeight); in actionPerformed()
105 int currentHeight, int currentWidth) { in doFullRedraw() argument
107 g.fillRect (insets.left, insets.top, currentWidth, currentHeight); in doFullRedraw()
109 drawUsage (g, col * 2, col, currentHeight); in doFullRedraw()
112 private void drawUsage (Graphics g, int index, int col, int currentHeight) { in drawUsage() argument
116 int endH = (int)(currentHeight * (1 - usage[index] / cmc)); in drawUsage()
117 int endC = (int)(currentHeight * (1 - usage[index + 1] / cmc)); in drawUsage()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dvideocapturedlg.cpp57 currentHeight = parent->getGlHeight(); in VideoCaptureDlg()
62 snprintf(dim, 30, "%d x %d", currentWidth, currentHeight); in VideoCaptureDlg()
97 heights.push_back(currentHeight); in newAspectRatioSlot()
105 d = currentHeight * 11 / 9; in newAspectRatioSlot()
108 heights.push_back(currentHeight); in newAspectRatioSlot()
137 d = currentHeight * 4 / 3; in newAspectRatioSlot()
140 heights.push_back(currentHeight); in newAspectRatioSlot()
189 d = currentHeight * 16 / 9; in newAspectRatioSlot()
192 heights.push_back(currentHeight); in newAspectRatioSlot()
294 currentHeight = parent->getGlHeight(); in newMainWindowSizeSlot()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dvideocapturedlg.cpp57 currentHeight = parent->getGlHeight(); in VideoCaptureDlg()
62 snprintf(dim, 30, "%d x %d", currentWidth, currentHeight); in VideoCaptureDlg()
97 heights.push_back(currentHeight); in newAspectRatioSlot()
105 d = currentHeight * 11 / 9; in newAspectRatioSlot()
108 heights.push_back(currentHeight); in newAspectRatioSlot()
137 d = currentHeight * 4 / 3; in newAspectRatioSlot()
140 heights.push_back(currentHeight); in newAspectRatioSlot()
189 d = currentHeight * 16 / 9; in newAspectRatioSlot()
192 heights.push_back(currentHeight); in newAspectRatioSlot()
294 currentHeight = parent->getGlHeight(); in newMainWindowSizeSlot()
[all …]
/dports/games/scorched3d/scorched/src/common/landscapemap/
H A DDeformLandscape.cpp187 fixed newHeight = currentHeight; in deformLandscapeInternal()
211 if (currentHeight < lowestHeight) in deformLandscapeInternal()
213 newHeight = currentHeight; in deformLandscapeInternal()
230 if (newHeight != currentHeight) in deformLandscapeInternal()
294 fixed newHeight = currentHeight; in deformRoofInternal()
314 if (currentHeight > deformHeight) in deformRoofInternal()
316 newHeight = currentHeight; in deformRoofInternal()
327 if (newHeight != currentHeight) in deformRoofInternal()
427 fixed currentHeight = hmap.getHeight(ix, iy); in flattenAreaInternal() local
438 if (currentHeight < lowestHeight) in flattenAreaInternal()
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/cache/jvm/src/main/scala/coursier/cache/loggers/
H A DFileTypeRefreshDisplay.scala17 private var currentHeight = 0
29 for (_ <- 1 to 2; _ <- 0 until currentHeight) {
33 for (_ <- 0 until currentHeight)
40 currentHeight = 0
138 if (newHeight < currentHeight) {
139 for (_ <- newHeight until currentHeight) {
144 for (_ <- newHeight until currentHeight)
155 currentHeight = newHeight
H A DProgressBarRefreshDisplay.scala22 private var currentHeight = 0
26 for (_ <- 1 to 2; _ <- 0 until currentHeight) {
30 for (_ <- 0 until currentHeight)
40 currentHeight = 0
84 if (displayedCount < currentHeight) {
85 for (_ <- 1 to 2; _ <- displayedCount until currentHeight) {
90 for (_ <- displayedCount until currentHeight)
101 currentHeight = downloads.length
H A DSingleLineRefreshDisplay.scala22 private var currentHeight = 0
26 for (_ <- 1 to 2; _ <- 0 until currentHeight) {
30 for (_ <- 0 until currentHeight)
40 currentHeight = 0
84 if (displayedCount < currentHeight) {
85 for (_ <- 1 to 2; _ <- displayedCount until currentHeight) {
90 for (_ <- displayedCount until currentHeight)
101 currentHeight = downloads.length
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCLayoutData.java23 int currentWhint, currentHhint, currentWidth = -1, currentHeight = -1; field in CLayoutData
35 if (currentWidth == -1 || currentHeight == -1 || wHint != currentWhint || hHint != currentHhint) { in computeSize()
40 currentHeight = size.y; in computeSize()
42 return new Point(currentWidth, currentHeight); in computeSize()
46 currentWidth = currentHeight = -1; in flushCache()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/
H A DFillData.java23 int currentWhint, currentHhint, currentWidth = -1, currentHeight = -1; field in FillData
35 if (currentWidth == -1 || currentHeight == -1 || wHint != currentWhint || hHint != currentHhint) { in computeSize()
40 currentHeight = size.y; in computeSize()
42 return new Point(currentWidth, currentHeight); in computeSize()
46 currentWidth = currentHeight = -1; in flushCache()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/layout/
H A DFillData.java23 int currentWhint, currentHhint, currentWidth = -1, currentHeight = -1; field in FillData
35 if (currentWidth == -1 || currentHeight == -1 || wHint != currentWhint || hHint != currentHhint) { in computeSize()
40 currentHeight = size.y; in computeSize()
42 return new Point(currentWidth, currentHeight); in computeSize()
46 currentWidth = currentHeight = -1; in flushCache()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCLayoutData.java23 int currentWhint, currentHhint, currentWidth = -1, currentHeight = -1; field in CLayoutData
35 if (currentWidth == -1 || currentHeight == -1 || wHint != currentWhint || hHint != currentHhint) { in computeSize()
40 currentHeight = size.y; in computeSize()
42 return new Point(currentWidth, currentHeight); in computeSize()
46 currentWidth = currentHeight = -1; in flushCache()
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DSDL2Window.cxx224 int currentWidth, currentHeight; in create() local
225 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
229 targetWidth == currentWidth && targetHeight == currentHeight) in create()
300 int currentWidth, currentHeight, resCheckLoops = 0; in create() local
305 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
307 if(currentWidth == targetWidth && currentHeight == targetHeight) in create()
328 int currentWidth, currentHeight; in create() local
329 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
331 if(! fullScreen && (currentWidth != targetWidth || currentHeight != targetHeight)) in create()
340 fakeResizeEvent.window.data2 = currentHeight; in create()
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DSDL2Window.cxx224 int currentWidth, currentHeight; in create() local
225 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
229 targetWidth == currentWidth && targetHeight == currentHeight) in create()
300 int currentWidth, currentHeight, resCheckLoops = 0; in create() local
305 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
307 if(currentWidth == targetWidth && currentHeight == targetHeight) in create()
328 int currentWidth, currentHeight; in create() local
329 SDL_GetWindowSize(windowId, &currentWidth, &currentHeight); in create()
331 if(! fullScreen && (currentWidth != targetWidth || currentHeight != targetHeight)) in create()
340 fakeResizeEvent.window.data2 = currentHeight; in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqeffects.cpp360 int currentHeight; member in QRollEffect
402 currentHeight = totalHeight; in QRollEffect()
408 currentHeight = 0; in QRollEffect()
460 dist += totalHeight - currentHeight; in run()
467 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
503 if (currentHeight != totalHeight) { in scroll()
504 currentHeight = totalHeight * (elapsed/duration) in scroll()
508 done = (currentHeight >= totalHeight); in scroll()
510 done = (currentHeight >= totalHeight) && in scroll()
521 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DHovers.cs104 var currentHeight = info.BobDistance.Length * visualOffset / 1024 + info.InitialHeight.Length; in IRenderModifier.ModifyRender()
107 if (worldVisualOffset.Z < currentHeight) in IRenderModifier.ModifyRender()
108currentHeight = Math.Min(worldVisualOffset.Z + info.InitialHeight.Length / info.RiseTicks, current… in IRenderModifier.ModifyRender()
110 worldVisualOffset = new WVec(0, 0, currentHeight); in IRenderModifier.ModifyRender()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqeffects.cpp369 int currentHeight; member in QRollEffect
411 currentHeight = totalHeight; in QRollEffect()
417 currentHeight = 0; in QRollEffect()
469 dist += totalHeight - currentHeight; in run()
476 resize(qMin(currentWidth, totalWidth), qMin(currentHeight, totalHeight)); in run()
510 if (currentHeight != totalHeight) { in scroll()
511 currentHeight = totalHeight * (elapsed/duration) in scroll()
515 done = (currentHeight >= totalHeight); in scroll()
517 done = (currentHeight >= totalHeight) && in scroll()
528 h = qMin(currentHeight, totalHeight); in scroll()
[all …]

1234567891011