Home
last modified time | relevance | path

Searched refs:rulerFontAsc (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.c530 y = image_y+((choiceImageH-rulerFontAsc)>>1)+rulerFontAsc; in ShowTextVSpace()
533 y = VSPACE_ROW*choiceImageH+((choiceImageH-rulerFontAsc)>>1)+rulerFontAsc; in ShowTextVSpace()
570 y = image_y+((choiceImageH-rulerFontAsc)>>1)+rulerFontAsc; in ShowZoom()
591 XDrawString(mainDisplay, choiceWindow, choiceGC, x, y+rulerFontAsc, in ShowZoom()
723 y = image_y+((choiceImageH-rulerFontAsc)>>1) + rulerFontAsc; in ShowLineWidth()
730 x-2, y-rulerFontAsc-2, w+4, rulerFontAsc+4); in ShowLineWidth()
790 y = image_y+((choiceImageH-rulerFontAsc)>>1)+rulerFontAsc; in ShowRCBRadius()
793 y = (((RADIUS_ROW+1)*choiceImageH-rulerFontAsc)>>1)+rulerFontAsc; in ShowRCBRadius()
910 y = image_y+((choiceImageH-rulerFontAsc)>>1) + rulerFontAsc; in ShowPage()
H A Druler.c461 XDrawString(dpy, win, rulerGC, pos+2, y-INCH_H+rulerFontAsc,
490 XDrawString(dpy, win, rulerGC, pos+2, y-INCH_H+rulerFontAsc,
560 XDrawString(dpy, win, rulerGC, 1, pos+rulerFontAsc+2, s, len);
588 XDrawString(dpy, win, rulerGC, 1, pos+rulerFontAsc+2, s, len);
H A Dfont.e44 extern int rulerFontAsc;
H A Dfont.c106 int rulerFontAsc=0; variable
3957 rulerFontAsc = rulerFontPtr->max_bounds.ascent; in InitFonts()
3959 rulerFontHeight = rulerFontAsc + rulerFontDes; in InitFonts()
3972 rulerFontAsc = rulerFontPtr->max_bounds.ascent; in InitFonts()
3974 rulerFontHeight = rulerFontAsc + rulerFontDes; in InitFonts()
H A Dpage.c119 y+1+rulerFontAsc, s, num_digits);
H A Dxpixmap.c2426 XDrawString(mainDisplay, win, drawGC, sx, sy+rulerFontAsc, s, len);
H A Dxbitmap.c5375 XDrawString(mainDisplay, win, drawGC, sx, sy+rulerFontAsc, s, len);