Searched refs:max_bounds (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/fstobdf/dist/
H A Dheader.c200 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 DTextExt.c165 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 DTextExt16.c139 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 DomText.c126 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 DomTextEsc.c111 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 DgridP.h88 (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 Dglx_usefont.c67 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 Dxfont.c71 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 Dxfonts.c66 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 Dglx_usefont.c67 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 Dxfont.c71 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 Dxfonts.c65 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 Dxlsfonts.c361 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 Ddo_text.c59 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 Dxuserotfont.c211 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 Dfslsfonts.c462 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 Dshowfont.c228 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 DTip.c323 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 DLabel.c339 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 DSmeBSB.c331 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 DList.c503 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 Dcapturexfont.c104 width = fontinfo->max_bounds.rbearing -
106 height = fontinfo->max_bounds.ascent +
107 fontinfo->max_bounds.descent;
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c320 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 Dfontutils.c625 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 DFSlib.h234 FSXCharInfo max_bounds; member in struct:_FSXFontInfoHeader

Completed in 30 milliseconds

12