| /xsrc/external/mit/fstobdf/dist/ |
| H A D | header.c | 200 fontHeader->max_bounds.right - fontHeader->min_bounds.left, 201 fontHeader->max_bounds.ascent + fontHeader->max_bounds.descent, 203 -fontHeader->max_bounds.descent);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt.c | 165 if (def && fs->min_bounds.width == fs->max_bounds.width) 211 if (def && (fs->min_bounds.ascent == fs->max_bounds.ascent) 212 && (fs->min_bounds.descent == fs->max_bounds.descent))
|
| H A D | TextExt16.c | 139 if (def && fs->min_bounds.width == fs->max_bounds.width) 185 if (def && (fs->min_bounds.ascent == fs->max_bounds.ascent) 186 && (fs->min_bounds.descent == fs->max_bounds.descent))
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omText.c | 126 wx = x - (int)((font->max_bounds.rbearing - 129 wy += font->max_bounds.ascent; 131 wy += font->max_bounds.descent; 146 wx = x - (int)((font->max_bounds.rbearing - 149 wy += font->max_bounds.ascent; 151 wy += font->max_bounds.descent;
|
| H A D | omTextEsc.c | 111 escapement += (int) (font->max_bounds.ascent + 112 font->max_bounds.descent); 120 escapement += (int) (font->max_bounds.ascent + 121 font->max_bounds.descent);
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | gridP.h | 88 (g)->fontgrid.text_font->max_bounds.width : 1) 97 #define GridFontWidth(g) ((g)->fontgrid.text_font->max_bounds.width)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 67 dump_char_struct(&font->max_bounds, "max> "); 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 306 ch = &fs->max_bounds;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 71 dump_char_struct(&font->max_bounds, "max> "); 253 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 317 ch = &fs->max_bounds;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 66 dump_char_struct(&font->max_bounds, "max> "); 239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 304 ch = &fs->max_bounds;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_usefont.c | 67 dump_char_struct(&font->max_bounds, "max> "); 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 306 ch = &fs->max_bounds;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | xfont.c | 71 dump_char_struct(&font->max_bounds, "max> "); 243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 307 ch = &fs->max_bounds;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 65 dump_char_struct(&font->max_bounds, "max> "); 238 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 239 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 303 ch = &fs->max_bounds;
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 361 pfi->max_bounds.lbearing); 365 pfi->max_bounds.rbearing); 369 pfi->max_bounds.width); 373 pfi->max_bounds.ascent); 377 pfi->max_bounds.descent); 562 if (fs->min_bounds.width != fs->max_bounds.width) { 570 (fs->max_bounds.width * 10) != fs->properties[i].card32) { 584 if (cs->width != fs->max_bounds.width) { 680 PrintBounds("max", &info->max_bounds);
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_text.c | 59 height = (font->max_bounds.ascent + font->max_bounds.descent) + 1; 61 int h = (bfont->max_bounds.ascent + bfont->max_bounds.descent) + 1; 157 height = (font->max_bounds.ascent + font->max_bounds.descent) + 1; 159 int h = (bfont->max_bounds.ascent + bfont->max_bounds.descent) + 1;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 211 maxCharWidth = fs->max_bounds.rbearing - fs->min_bounds.lbearing; 212 maxCharHeight = fs->max_bounds.ascent + fs->max_bounds.descent; 288 ch = &fs->max_bounds;
|
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | fslsfonts.c | 462 pfh->max_bounds.left, ','); 465 pfh->max_bounds.right, ','); 468 pfh->max_bounds.width, ','); 471 pfh->max_bounds.ascent, ','); 474 pfh->max_bounds.descent, '\0');
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 228 charwidth = hdr->max_bounds.right - hdr->min_bounds.left; 231 bottom = hdr->max_bounds.ascent + 232 hdr->max_bounds.descent; 233 charwidth = hdr->max_bounds.right - hdr->min_bounds.left; 333 show_char_info(&hdr->max_bounds);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tip.c | 323 Position y = (Position)(tip->tip.top_margin + tip->tip.font->max_bounds.ascent); 356 y = (Position)(y + (tip->tip.font->max_bounds.ascent + 357 tip->tip.font->max_bounds.descent)); 435 height = fs->max_bounds.ascent + fs->max_bounds.descent; 448 height += fs->max_bounds.ascent + fs->max_bounds.descent;
|
| H A D | Label.c | 339 lw->label.label_height = (Dimension)(fs->max_bounds.ascent + fs->max_bounds.descent); 361 (Dimension)(fs->max_bounds.ascent + fs->max_bounds.descent); 521 Position y = (Position)(w->label.label_y + w->label.font->max_bounds.ascent); 564 y += (Position) (w->label.font->max_bounds.ascent + 565 w->label.font->max_bounds.descent);
|
| H A D | SmeBSB.c | 331 font_ascent = entry->sme_bsb.font->max_bounds.ascent; 332 font_descent = entry->sme_bsb.font->max_bounds.descent; 593 *height = (Dimension)(entry->sme_bsb.font->max_bounds.ascent + 594 entry->sme_bsb.font->max_bounds.descent);
|
| H A D | List.c | 503 lw->list.row_height = lw->list.font->max_bounds.ascent + 504 lw->list.font->max_bounds.descent + 723 str_y = y + lw->list.font->max_bounds.ascent; 1111 nl->list.row_height = nl->list.font->max_bounds.ascent 1112 + nl->list.font->max_bounds.descent 1125 nl->list.row_height = nl->list.font->max_bounds.ascent 1126 + nl->list.font->max_bounds.descent
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 104 width = fontinfo->max_bounds.rbearing - 106 height = fontinfo->max_bounds.ascent + 107 fontinfo->max_bounds.descent;
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 320 lw->label.label_height = fs->max_bounds.ascent + fs->max_bounds.descent; 343 fs->max_bounds.ascent + fs->max_bounds.descent; 527 Position y = w->label.label_y + w->label.font->max_bounds.ascent; 574 y += w->label.font->max_bounds.ascent + 575 w->label.font->max_bounds.descent;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 625 fs->max_bounds.width, 841 nfs->max_bounds.width, bfs->max_bounds.width)); 846 && (nfs->max_bounds.width == bfs->max_bounds.width 847 || nfs->max_bounds.width == bfs->max_bounds.width + 1)); 859 return (fs->min_bounds.width == fs->max_bounds.width); 867 if (a != NULL && b != NULL && a->max_bounds.width != b->max_bounds 1236 XCharStruct max_bounds; local in function:reportXPerChar [all...] |
| /xsrc/external/mit/libFS/dist/include/X11/fonts/ |
| H A D | FSlib.h | 234 FSXCharInfo max_bounds; member in struct:_FSXFontInfoHeader
|