Home
last modified time | relevance | path

Searched refs:rootHeight (Results 1 – 25 of 134) sorted by relevance

123456

/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/
H A Denclosures.py11 node.rootHeight = max (node.base.height, node.base.ascender)
12 node.rootHeight = max (node.rootHeight, node.nominalAscender())
13 node.rootHeight += node.gap + node.lineWidth
14 node.height = node.rootHeight
28 node.rootWidth = (node.rootHeight + node.rootDepth) * 0.6
30 node.cornerHeight = (node.rootHeight + node.rootDepth) * 0.5 - node.gap - node.lineWidth / 2
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dscreen.c54 screens->height = rootHeight; in StartupScreens()
66 screens->height = rootHeight; in StartupScreens()
90 y = Min(y, rootHeight - 1); in GetCurrentScreen()
H A Dbackground.c274 bp->pixmap = JXCreatePixmap(display, rootWindow, 1, rootHeight, in LoadGradientBackground()
277 color2.pixel, 0, 0, 1, rootHeight); in LoadGradientBackground()
304 height = rootHeight; in LoadImageBackground()
H A Dmain.h15 extern int rootWidth, rootHeight;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/graphics/seom/seom-2010011201/src/player/
H A Dmain.c115 unsigned int rootWidth, rootHeight, uunused; in createWindow() local
118 …XGetGeometry(dpy, DefaultRootWindow(dpy), &root, &sunused, &sunused, &rootWidth, &rootHeight, &uun… in createWindow()
123 if (height >= rootHeight) in createWindow()
124 height = rootHeight - 128; in createWindow()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxbackend.c440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents()
456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents()
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/
H A Ddmxcursor.c142 && localY >= 0 && localY < dmxScreen->rootHeight) in dmxCursorOffScreen()
157 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxCursorOffScreen()
167 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) { in dmxCursorOffScreen()
370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins()
398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins()
427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen()
436 && y < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxOnScreen()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/
H A Ddmxcursor.c142 && localY >= 0 && localY < dmxScreen->rootHeight) in dmxCursorOffScreen()
157 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxCursorOffScreen()
167 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) { in dmxCursorOffScreen()
370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins()
398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins()
427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen()
436 && y < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxOnScreen()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/
H A Ddmxcursor.c142 && localY >= 0 && localY < dmxScreen->rootHeight) in dmxCursorOffScreen()
157 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxCursorOffScreen()
167 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) { in dmxCursorOffScreen()
370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins()
398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins()
427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen()
436 && y < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxOnScreen()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/
H A Ddmxcursor.c142 && localY >= 0 && localY < dmxScreen->rootHeight) in dmxCursorOffScreen()
157 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxCursorOffScreen()
167 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) { in dmxCursorOffScreen()
370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins()
398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins()
427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen()
436 && y < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxOnScreen()

123456