Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpage.c89 w = (num_digits+2)*rulerFontWidth;
95 w = (num_digits+2)*rulerFontWidth;
100 v[1].x = x+rulerFontWidth; v[1].y = y+2+rulerFontHeight;
102 v[3].x = x+w+rulerFontWidth; v[3].y = y-1;
117 x_offset = (rulerFontWidth>>1)+rulerFontWidth;
H A Dfont.e42 extern int rulerFontWidth;
H A Draster.c504 x = HALF_W(menuImageW-len*rulerFontWidth); in InitLines()
509 x = HALF_W(choiceImageW-len*rulerFontWidth); in InitLines()
H A Dfont.c104 int rulerFontWidth=0; variable
3956 rulerFontWidth = rulerFontPtr->max_bounds.width; in InitFonts()
3971 rulerFontWidth = rulerFontPtr->max_bounds.width; in InitFonts()
3976 if (rulerFontWidth < 1 || rulerFontHeight < 1) { in InitFonts()
3978 rulerFontWidth, rulerFontHeight); in InitFonts()
3980 rulerFontWidth = 7; in InitFonts()
H A Dchoice.c721 w = rulerFontWidth * len; in ShowLineWidth()
H A Dxpixmap.c2422 str_w = rulerFontWidth*len;
H A Dxbitmap.c5371 str_w = rulerFontWidth*len;