Home
last modified time | relevance | path

Searched refs:topIndent (Results 1 – 25 of 68) sorted by relevance

123

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Djustify.c25 int topIndent, rightSpace; local
26 topIndent = texts[begin]->indent;
35 if (textp->indent <= topIndent
36 && textp->indent >= topIndent - 2)
49 && topIndent > rightMargin / 4
/dports/graphics/nplot/nplot-9a92e78/src/
H A DLegend.cs162 int topIndent = 0; in UpdateAxesPositions()
252 topIndent = changeAmount; in UpdateAxesPositions()
273 …is1.PhysicalMax = new Point(pYAxis1.PhysicalMax.X + leftIndent, pYAxis1.PhysicalMax.Y + topIndent); in UpdateAxesPositions()
275 …is2.PhysicalMin = new Point(pXAxis2.PhysicalMin.X + leftIndent, pXAxis2.PhysicalMin.Y + topIndent); in UpdateAxesPositions()
276 …s2.PhysicalMax = new Point(pXAxis2.PhysicalMax.X - rightIndent, pXAxis2.PhysicalMax.Y + topIndent); in UpdateAxesPositions()
278 …s2.PhysicalMax = new Point(pYAxis2.PhysicalMax.X - rightIndent, pYAxis2.PhysicalMax.Y + topIndent); in UpdateAxesPositions()
H A DPlotSurface2D.cs802 int topIndent = padding_; in DeterminePhysicalAxesToDraw()
827 topIndent = topIndent - bb.Top + cb.Top; in DeterminePhysicalAxesToDraw()
833 topIndent += (int) (titleHeight*1.3f); in DeterminePhysicalAxesToDraw()
854 pYAxis1.PhysicalMax = new Point(cb.Left + leftIndent, cb.Top + topIndent); in DeterminePhysicalAxesToDraw()
857 pXAxis2.PhysicalMin = new Point(cb.Left + leftIndent, cb.Top + topIndent); in DeterminePhysicalAxesToDraw()
858 pXAxis2.PhysicalMax = new Point(cb.Right - rightIndent, cb.Top + topIndent); in DeterminePhysicalAxesToDraw()
860 pYAxis2.PhysicalMax = new Point(cb.Right - rightIndent, cb.Top + topIndent); in DeterminePhysicalAxesToDraw()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1121topIndent + roundToInt (i.getYOffset()))); in updateCaretPosition()
1380 … vy += desiredCaretY + 2 + caretPos.getHeight() + topIndent - viewport->getMaximumVisibleHeight(); in scrollEditorToPositionCaret()
1417 return (float) (viewport->getMaximumVisibleHeight() - topIndent); in getMaximumHeight()
1444 auto h = topIndent + textBottom; in updateTextHolderSize()
1454 auto verticalVisible = (topIndent + textBottom) > (viewport->getMaximumVisibleHeight() + 1); in updateScrollbarVisibility()
1469 if (leftIndent != newLeftIndent || topIndent != newTopIndent) in setIndents()
1472 topIndent = newTopIndent; in setIndents()
1518 viewPos.y = (getHeight() - textHolder->getHeight() - topIndent) / -2; in scrollToMakeSureCursorIsVisible()
1649 g.setOrigin (leftIndent, topIndent); in drawContent()
1734 leftIndent, topIndent, in paintOverChildren()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_TextEditor.cpp1133topIndent + roundToInt (i.getYOffset()))); in updateCaretPosition()
1394 …else if (desiredCaretY > jmax (0, viewport->getMaximumVisibleHeight() - topIndent - caretPos.getHe… in scrollEditorToPositionCaret()
1395 … vy += desiredCaretY + 2 + caretPos.getHeight() + topIndent - viewport->getMaximumVisibleHeight(); in scrollEditorToPositionCaret()
1432 return viewport->getMaximumVisibleHeight() - topIndent; in getMaximumTextHeight()
1439 auto textBottom = Iterator (*this).getTotalTextHeight() + topIndent; in checkLayout()
1455 if (leftIndent != newLeftIndent || topIndent != newTopIndent) in setIndents()
1458 topIndent = newTopIndent; in setIndents()
1504 viewPos.y = (getHeight() - textHolder->getHeight() - topIndent) / -2; in scrollToMakeSureCursorIsVisible()
1635 g.setOrigin (leftIndent, topIndent); in drawContent()
1720 topIndent, in paintOverChildren()
[all …]
/dports/games/zdoom/zdoom-2.8.1/tools/re2c/
H A Dglobals.h47 extern uint topIndent;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/gui/
H A Djuce_MidiKeyboardComponent.cpp512 auto topIndent = 7.0f / 8.0f; in drawBlackNote() local
518 …d: g.fillRect (area.reduced (w * sideIndent, 0).removeFromTop (h * topIndent)); break; in drawBlackNote()
519 …acingLeft: g.fillRect (area.reduced (0, h * sideIndent).removeFromRight (w * topIndent)); break; in drawBlackNote()
520 …acingRight: g.fillRect (area.reduced (0, h * sideIndent).removeFromLeft (w * topIndent)); break; in drawBlackNote()
/dports/devel/re2c/re2c-2.2/src/options/
H A Dopt.cc65 real.topIndent = defaults.topIndent; in fix_mutopt()
215 real.topIndent = 2; in fix_mutopt()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicsview.cpp341 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
410 qreal oldTopIndent = topIndent; in recalculateContentSize()
447 topIndent = -viewRect.top(); in recalculateContentSize()
450 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
454 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
461 topIndent = 0; in recalculateContentSize()
470 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
592 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1839 if (!d->topIndent) in centerOn()
1898 if (!d->topIndent) in ensureVisible()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsview.cpp355 leftIndent(0), topIndent(0), in QGraphicsViewPrivate()
430 qreal oldTopIndent = topIndent; in recalculateContentSize()
467 topIndent = -viewRect.top(); in recalculateContentSize()
470 topIndent = height - viewRect.height() - viewRect.top() - 1; in recalculateContentSize()
474 topIndent = height / 2 - (viewRect.top() + viewRect.bottom()) / 2; in recalculateContentSize()
481 topIndent = 0; in recalculateContentSize()
490 if (oldLeftIndent != leftIndent || oldTopIndent != topIndent) { in recalculateContentSize()
612 scrollY = qint64(vbar->value() - topIndent); in updateScroll()
1980 if (!d->topIndent) in centerOn()
2039 if (!d->topIndent) in ensureVisible()
[all …]

123