Home
last modified time | relevance | path

Searched refs:titleY (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Ddecorate.cc184 if (titleY() > 0) { in setShape()
188 rect[nrect].height = titleY(); in setShape()
200 borderY() + titleY(), in setShape()
212 fShapeTitleY != titleY() || in layoutShape()
220 fShapeTitleY = titleY(); in layoutShape()
306 if (titleY() && titlebar()) in layoutShape()
344 if (titleY()) { in layoutTitleBar()
411 int title = titleY(); in layoutClient()
526 int YFrameWindow::titleY() const { in titleY() function in YFrameWindow
H A Dwmframe.cc195 if (fTitleBar == nullptr && titleY() > 0) { in titlebar()
1019 .y = y() + borderY() + titleY(), in sendConfigure()
1709 !inrange(y(), ay - borderY() - titleY(), in limitOuterPosition()
1710 ab - int(height()) + borderY() + titleY())) in limitOuterPosition()
1719 if (newY > ab - int(height()) + borderY() + titleY()) in limitOuterPosition()
1738 y() >= int(desktop->height()) - borderY() - titleY() || in focus()
1740 y() <= - int(height()) + borderY() + titleY())) in focus()
1746 if (newY >= int(desktop->height()) - borderY() - titleY()) in focus()
1892 int mytl = min(ytl, max(titleY() + borderY(), cy)); in paint()
1894 int mytr = min(ytr, max(titleY() + borderY(), cy)); in paint()
[all …]
H A Dwmframe.h150 bool canRollup() const { return (frameFunctions() & ffRollup) && titleY(); } in canRollup()
283 int titleY() const;
H A Dwmstatus.cc147 int height = r.height() - frame->borderY() * 2 - frame->titleY(); in setStatus()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DShotStats.cxx199 const float titleY = (float)_height - titleHeight; in resize() local
201 float y = titleY; in resize()
209 const float keyY = titleY - 2 * fm.getStrHeight(getFontFace(), fontSize, " "); in resize()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DShotStats.cxx199 const float titleY = (float)_height - titleHeight; in resize() local
201 float y = titleY; in resize()
209 const float keyY = titleY - 2 * fm.getStrHeight(getFontFace(), fontSize, " "); in resize()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMDI.pm184 my $dy = $self-> {titleY};
272 $r[3] -= $self-> {titleY} + 1 if $self-> {borderIcons} & mbi::TitleBar;
282 $r[3] += $self-> {titleY} + 1 if $self-> {borderIcons} & mbi::TitleBar;
291 $r[3] -= $self-> {titleY} + 1 if $self-> {borderIcons} & mbi::TitleBar;
418 my $dy = ( $bi & mbi::TitleBar) ? $self-> {titleY} : 0;
472 my $dy = $self-> {titleY};
770 my ( $w, $y, $bw) = ( $self-> height, $self-> {titleY}, $self-> {border});
1083 $self-> {titleY} * $ic + $a[0] * 2,
1084 $self-> {titleY} + $a[1] * 2
1268 return if $self-> {titleY} == $th;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/versailles/
H A Dmenus.cpp49 int titleX, titleY, subtitleX, subtitleY; in drawMenuTitle() local
55 titleY = 160; in drawMenuTitle()
60 titleY = 80; in drawMenuTitle()
65 titleY = 125; in drawMenuTitle()
70 titleY = 160; in drawMenuTitle()
75 titleY = 80; in drawMenuTitle()
84 _fontManager.displayStr(titleX, titleY - offY, _messages[23]); in drawMenuTitle()
/dports/sysutils/tracker3/tracker-3.1.2/tests/libtracker-data/construct/
H A Ddata.ttl28 example:title 'titleY' .
/dports/sysutils/tracker3/tracker-3.1.2/tests/libtracker-data/describe/
H A Ddata.ttl28 example:title 'titleY' .
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A DplotProfile.py374 titleY = base + domainHeight
380 …ref': 'paper', 'xanchor': 'center', 'yref': 'paper', 'text': title, 'y': titleY, 'x': titleX, 'fon…
416 titleY = base + 0.5 * subHeight
417 …'paper', 'xanchor': 'left', 'yref': 'paper', 'text': sideLabels[j], 'y': titleY, 'x': -0.03, 'font…
614 titleY = base + domainHeight
625 …ref': 'paper', 'xanchor': 'center', 'yref': 'paper', 'text': title, 'y': titleY, 'x': titleX, 'fon…
838 titleY = base + domainHeight
849 …ref': 'paper', 'xanchor': 'center', 'yref': 'paper', 'text': title, 'y': titleY, 'x': titleX, 'fon…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/versailles/
H A Dmenus.cpp49 int titleX, titleY, subtitleX, subtitleY; in drawMenuTitle() local
54 titleY = 160; in drawMenuTitle()
59 titleY = 80; in drawMenuTitle()
64 titleY = 80; in drawMenuTitle()
73 _fontManager.displayStr(titleX, titleY - offY, _messages[23]); in drawMenuTitle()
/dports/games/scummvm/scummvm-2.5.1/graphics/macgui/
H A Dmacwindowborder.cpp182 int titleY = getOffset().titleTop; in drawTitle() local
190 font->drawString(g, _title, titleOffset + 5, titleY + yOff, titleWidth, titleColor); in drawTitle()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DScalarBar.cpp250 const float titleY = (_numLabels>0) ? labelY + characterSize : labelY; in createDrawables() local
251 titlePos = osg::Vec3((_width/2.0f), titleY, 0.0f); in createDrawables()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DScalarBar.cpp250 const float titleY = (_numLabels>0) ? labelY + characterSize : labelY; in insertVertex()
251 titlePos = osg::Vec3((_width/2.0f), titleY, 0.0f); in insertVertex()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsGridRemoval.cpp205 QString titleY = tr ("Y Grid Lines"); in createRemoveGridLinesY() local
207 titleY = QString (tr ("R Grid Lines")); in createRemoveGridLinesY()
209 QGroupBox *groupY = new QGroupBox (titleY); in createRemoveGridLinesY()
H A DDlgSettingsGridDisplay.cpp328 QString titleY = tr ("Y Grid Lines"); in load() local
330 titleY = QString (tr ("Radius Grid Lines")); in load()
332 m_groupY->setTitle (titleY); in load()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DSelectableTitle.java234 int titleY = (size.height - titleSize.height) / 2; in doLayout() local
235 label.setLocation(titleX, titleY); in doLayout()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dstacked_bar_chart.go243 titleY := sbc.TitleStyle.Padding.GetTop(DefaultTitleTop) + textHeight
245 r.Text(sbc.Title, titleX, titleY)
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dgui_v1.h69 int16 titleX, titleY; member
H A Dgui_lol.h51 menu.titleY = 6; \
H A Dgui_lok.h63 menu.titleY = k; \
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dgui_v1.h68 int16 titleX, titleY; member
H A Dgui_lol.h51 menu.titleY = 6; \
H A Dgui_lok.h63 menu.titleY = k; \

123