Lines Matching refs:fs
49 XFontStruct *fs,
58 Bool singlerow = (fs->max_byte1 == 0); /* optimization */
63 CI_GET_DEFAULT_INFO_1D (fs, def);
65 CI_GET_DEFAULT_INFO_2D (fs, def);
68 *dir = fs->direction;
69 *font_ascent = fs->ascent;
70 *font_descent = fs->descent;
86 CI_GET_CHAR_INFO_1D (fs, ind, def, cs);
88 CI_GET_CHAR_INFO_2D (fs, r, c, def, cs);
124 XFontStruct *fs,
129 Bool singlerow = (fs->max_byte1 == 0); /* optimization */
134 CI_GET_DEFAULT_INFO_1D (fs, def);
136 CI_GET_DEFAULT_INFO_2D (fs, def);
139 if (def && fs->min_bounds.width == fs->max_bounds.width)
140 return (fs->min_bounds.width * count);
153 CI_GET_CHAR_INFO_1D (fs, ind, def, cs);
155 CI_GET_CHAR_INFO_2D (fs, r, c, def, cs);
170 XFontStruct *fs,
175 Bool singlerow = (fs->max_byte1 == 0); /* optimization */
180 CI_GET_DEFAULT_INFO_1D (fs, def);
182 CI_GET_DEFAULT_INFO_2D (fs, def);
185 if (def && (fs->min_bounds.ascent == fs->max_bounds.ascent)
186 && (fs->min_bounds.descent == fs->max_bounds.descent))
187 return ((fs->min_bounds.ascent + fs->min_bounds.descent) * count);
200 CI_GET_CHAR_INFO_1D (fs, ind, def, cs);
202 CI_GET_CHAR_INFO_2D (fs, r, c, def, cs);