Home
last modified time | relevance | path

Searched refs:extraHeight (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DLosMap.h52 CLosAlgorithm(int2 size, float minMaxAng, float extraHeight, const float* heightmap) in CR_DECLARE_STRUCT()
53 : size(size), minMaxAng(minMaxAng), extraHeight(extraHeight), heightmap(heightmap) {} in CR_DECLARE_STRUCT()
63 float extraHeight; variable
/dports/mail/xfaces/xfaces-3.3/
H A Dface_annotate.c291 int extraHeight = 0; local
396 extraHeight = tileHeight - imageHeight;
399 y = extraHeight;
411 imageHeight + extraHeight,
434 imageHeight + extraHeight);
454 shapeHeight + extraHeight,
479 shapeHeight + extraHeight);
488 shapeHeight += extraHeight;
542 imageHeight + extraHeight,
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutObstruction.cpp155 qreal extraHeight = distanceTop + distanceBottom; in init() local
156 if (extraWidth != 0.0 || extraHeight != 0.0) { in init()
170 extraHeight = qMax(qreal(0.1), extraHeight); in init()
176 …erPath bigPath = stroker.createStroke(QTransform().scale(1.0, extraWidth / extraHeight).map(path)); in init()
177 bigPath = QTransform().scale(1.0, extraHeight / extraWidth). map(bigPath); in init()
178 path += bigPath.translated(extraWidth / 2 - distanceLeft, extraHeight / 2 - distanceTop); in init()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutObstruction.cpp155 qreal extraHeight = distanceTop + distanceBottom; in init() local
156 if (extraWidth != 0.0 || extraHeight != 0.0) { in init()
170 extraHeight = qMax(qreal(0.1), extraHeight); in init()
176 …erPath bigPath = stroker.createStroke(QTransform().scale(1.0, extraWidth / extraHeight).map(path)); in init()
177 bigPath = QTransform().scale(1.0, extraHeight / extraWidth). map(bigPath); in init()
178 path += bigPath.translated(extraWidth / 2 - distanceLeft, extraHeight / 2 - distanceTop); in init()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/SpriteLoaders/
H A DTmpTSLoader.cs60 var extraHeight = s.ReadInt32(); in TmpTSFrame()
66 var extraBounds = new Rectangle(extraX, extraY, extraWidth, extraHeight); in TmpTSFrame()
86 for (var j = 0; j < extraHeight; j++) in TmpTSFrame()
98 for (var j = 0; j < extraHeight; j++) in TmpTSFrame()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfCell.java370 float extraHeight = 0.0f; in setBottom() local
374 extraHeight = interiorHeight - contentHeight; in setBottom()
377 extraHeight = (interiorHeight - contentHeight) / 2.0f; in setBottom()
380 extraHeight = 0f; in setBottom()
383 extraHeight += cellpadding() + cellspacing(); in setBottom()
384 extraHeight += getBorderWidthInside(TOP); in setBottom()
386 firstLine.height = firstLineRealHeight + extraHeight; in setBottom()
529 private float addImage(Image i, float left, float right, float extraHeight, int alignment) { in addImage() argument
/dports/x11/eaglemode/eaglemode-0.95.0/src/font2em/
H A Dfont2em.c388 int i,j,k,l,x,y,err,numCodes,extraWidth,extraHeight; in ConvertFont() local
414 extraHeight=charHeight*64/16; in ConvertFont()
415 k=charHeight-extraHeight/64; in ConvertFont()
422 k=k*(charHeight*64-extraHeight)/face->size->metrics.height; in ConvertFont()
428 originY=extraHeight+face->size->metrics.ascender; in ConvertFont()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DEZgui.sc81 var w, winBounds, view, extraHeight = 24;
82 (GUI.id == \swing).if { extraHeight = 36 };
87 bounds = bounds.x@max(bounds.y, bounds.y+extraHeight);// window minimum height;
94 winBounds = bounds.height_(max(bounds.height, bounds.height + extraHeight))
101 bounds = Rect(4,4,bounds.width-8,bounds.height-extraHeight);
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/WeaponProjectiles/
H A DMissileProjectile.cpp44 CR_MEMBER(extraHeight),
52 , extraHeight(0.0f) in CMissileProjectile()
88 extraHeight = (dist * weaponDef->trajectoryHeight); in CMissileProjectile()
90 extraHeightDecay = extraHeight / extraHeightTime; in CMissileProjectile()
192 extraHeight -= extraHeightDecay; in Update()
195 targetPos.y += extraHeight; in Update()
H A DMissileProjectile.h38 float extraHeight; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/tooltip/
H A Dtips.cpp202 int extraHeight = 0; in configure() local
204 ++extraHeight; in configure()
221 resize(tipWidth, heightForWidth(tipWidth) + extraHeight); in configure()
/dports/audio/musescore/MuseScore-3.6.1/mscore/importmidi_ui/
H A Dimportmidi_delegate.cpp95 const int extraHeight = 8; in sizeHint() local
96 return QSize(width(), count() * visualItemRect(item(0)).height() + extraHeight); in sizeHint()
377 const int extraHeight = 6; in setEditorData() local
381 … int h = lw->count() * lw->visualItemRect(lw->currentItem()).height() + extraHeight; in setEditorData()
383 ? lw->parentWidget()->rect().bottom() - h - extraHeight : lw->y(); in setEditorData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaOptionPaneUI.java152 int extraHeight = cInsets.top + cInsets.bottom; in minimumLayoutSize() local
157 int okbuttonHeight = extraHeight + kButtonHeight; in minimumLayoutSize()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/widgets/
H A Dsidebarwidget.cpp183 Rule const &extraHeight) in updateSidebarLayout() argument
189 d->layout->height() + extraHeight); in updateSidebarLayout()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dexpando.py175 self.extraHeight = self.defaultHeight - self.GetCharHeight()
298 height = numLines * (charHeight+self._leading) + self.extraHeight
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/widgets/
H A Dsidebarwidget.h51 de::Rule const &extraHeight = de::ConstantRule::zero());
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/
H A DItemPane.qml126 property int extraHeight: 40
131 height: currentHeight + extraHeight
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dzoneviewwidget.cpp72 extraHeight = vbox->sizeHint(Qt::PreferredSize).height(); in ZoneViewWidget()
184 zoneRect.height() + extraHeight + 10); in resizeToZoneContents()

1234567