Home
last modified time | relevance | path

Searched refs:FONTMAXBOUNDS (Results 1 – 25 of 45) sorted by relevance

12

/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/module/
H A DrdpDraw.c173 if (FONTASCENT(font) > FONTMAXBOUNDS(font, ascent)) in GetTextBoundingBox()
179 maxAscent = FONTMAXBOUNDS(font, ascent); in GetTextBoundingBox()
182 if (FONTDESCENT(font) > FONTMAXBOUNDS(font, descent)) in GetTextBoundingBox()
188 maxDescent = FONTMAXBOUNDS(font, descent); in GetTextBoundingBox()
191 if (FONTMAXBOUNDS(font, rightSideBearing) > in GetTextBoundingBox()
192 FONTMAXBOUNDS(font, characterWidth)) in GetTextBoundingBox()
194 maxCharWidth = FONTMAXBOUNDS(font, rightSideBearing); in GetTextBoundingBox()
198 maxCharWidth = FONTMAXBOUNDS(font, characterWidth); in GetTextBoundingBox()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmiglblt.c114 width = FONTMAXBOUNDS(pfont,rightSideBearing) -
116 height = FONTMAXBOUNDS(pfont,ascent) +
117 FONTMAXBOUNDS(pfont,descent);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Drootless-gc.c1231 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1238 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText8()
1285 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1292 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1293 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1325 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1332 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText16()
1388 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1389 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1484 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1249 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1250 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1280 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1331 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1337 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1338 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1445 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-osx/launcher/
H A Drootless-gc.c1231 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1238 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText8()
1285 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1292 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1293 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1325 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1332 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText16()
1388 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1389 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1484 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1334 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText16()
1343 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1451 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-osx/launcher/
H A Drootless-gc.c1231 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1238 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText8()
1285 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1292 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1293 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1325 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
1332 FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText16()
1388 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText16()
1389 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1484 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyGlyphBlt()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbtegblt.c122 wtmp = FONTMAXBOUNDS(pfont,characterWidth);
126 xpos += FONTMAXBOUNDS(pfont,leftSideBearing);
H A Dcfbglblt8.c174 bbox.y1 = -FONTMAXBOUNDS(pfont,ascent);
175 bbox.y2 = FONTMAXBOUNDS(pfont,descent);
323 maxAscent = FONTMAXBOUNDS(pfont,ascent);
324 maxDescent = FONTMAXBOUNDS(pfont,descent);

12