Lines Matching defs:extents
169 FSXCharInfo *extents;
184 FSQueryXExtents16(svr, fid, True, chars, num_chars, &extents);
215 show_char_info(&extents[ch]);
223 bottom = extents[ch].descent + extents[ch].ascent;
224 charwidth = extents[ch].right - extents[ch].left;
227 bottom = extents[ch].descent + extents[ch].ascent;
240 if (extents[ch].left == 0 &&
241 extents[ch].right == 0 &&
242 extents[ch].width == 0 &&
243 extents[ch].ascent == 0 &&
244 extents[ch].descent == 0) {
267 FSFree((char *) extents);