Home
last modified time | relevance | path

Searched refs:ftheight (Results 1 – 2 of 2) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dx11.c78 int vtot, vcur, pos, ftheight; /* global variables for scrollbar */ variable
279 ftheight = fheight+font->descent+1; in show_vbar()
299 XFillRectangle(dpy, win, gc, Width-10, ftheight, 10, Height+2-2*(ftheight)); in show_vbar()
304 XDrawRectangle(dpy, win, gc, Width-9, ftheight+pos, 8, vcur); in show_vbar()
308 XPoint opoints[] ={{Width-10,ftheight-1},{10,0}, in show_vbar()
310 {0,Height+2-(2*(ftheight))},{5,9}, in show_vbar()
313 XSegment lpoints[] ={{Width-1, ftheight+pos, Width-9, ftheight+pos}, in show_vbar()
314 {Width-9, ftheight+pos, Width-9, ftheight+pos+vcur}, in show_vbar()
315 {Width-9, ftheight-2, Width-6, ftheight-9}, in show_vbar()
316 {Width-9, Height+2-ftheight, Width-6, Height+3-ftheight+6} in show_vbar()
[all …]
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.C1252 int ftheight = 0; in load() local
1330 if (ftheight) in load()
1333 if (height > prop.height + 1) ftheight++; in load()
1334 if (height > prop.height + 2) ftheight++; in load()
1335 if (height > prop.height + 3) ftheight++; in load()
1337 ftheight -= height - prop.height; in load()
1340 ftheight = prop.height - 1; in load()
1344 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight); in load()