Home
last modified time | relevance | path

Searched refs:MyTextWidth (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.c1896 w = MyTextWidth(canvasFontPtr, buf, len);
1912 w = MyTextWidth(canvasFontPtr, buf, len);
1927 w = MyTextWidth(canvasFontPtr, buf, first_index);
1956 w = MyTextWidth(canvasFontPtr, buf, first_index);
1985 w = MyTextWidth(canvasFontPtr, buf, first_index);
1998 w = MyTextWidth(canvasFontPtr, &buf[first_index],
2013 w = MyTextWidth(canvasFontPtr, &buf[second_index],
3254 int w=MyTextWidth(canvasFontPtr, psz, inc);
5474 w = MyTextWidth(canvasFontPtr, pDestStrSeg->dyn_str.s,
5485 w = MyTextWidth(canvasFontPtr, pDestStrSeg->dyn_str.s, 2);
[all …]
H A Dauxtext.c2087 pStrSeg->w = MyTextWidth(canvasFontPtr, pStrSeg->dyn_str.s,
2236 amount = MyTextWidth(canvasFontPtr, Str, strlen(Str));
2245 amount = MyTextWidth(canvasFontPtr, Str, strlen(Str));
2285 len = MyTextWidth(canvasFontPtr, tmp_str, strlen(tmp_str));
H A Dfont.e168 extern int MyTextWidth ARGS_DECL((XFontStruct *xfs, char *pszStr,
H A Dchoice.c409 w = MyTextWidth(canvasFontPtr, choice_char, choice_len); in ShowCurFont()
H A Dfont.c1100 int MyTextWidth(xfs, pszStr, nLen) in MyTextWidth() function
H A Dtext.c2798 w = MyTextWidth(canvasFontPtr, &psz[1], strlen(&psz[1])); in HandleRightMargin()