| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontaccel.c | 48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 61 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent)) 78 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) && 79 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent)) 92 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) && 96 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) { 99 pFontInfo->maxbounds.descent == 0)
|
| H A D | fontutil.c | 83 && (pCI->descent == 0)) ) { 85 info->overallDescent = pCI->descent; 103 && (pCI->descent == 0)) ) { 109 pCI->descent); 161 (ci)->descent == 0 && \
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontaccel.c | 49 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 62 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent)) 79 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) && 80 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent)) 93 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) && 97 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) { 100 pFontInfo->maxbounds.descent == 0)
|
| H A D | fontutil.c | 74 && (pCI->descent == 0)) ) { 76 info->overallDescent = pCI->descent; 94 && (pCI->descent == 0)) ) { 100 pCI->descent); 152 (ci)->descent == 0 && \
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontaccel.c | 48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 61 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent)) 80 (-pFontInfo->minbounds.descent <= pFontInfo->fontAscent) && 81 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent)) 96 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) && 101 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) { 104 pFontInfo->maxbounds.descent == 0)
|
| H A D | fontink.c | 52 int leftBearing, ascent, descent; local in function:FontCharInkMetrics 71 descent = pCI->metrics.descent; 78 for (vpos = descent + ascent; --vpos >= 0;) { 91 pInk->descent = 0; 94 pInk->ascent = vpos - descent + 1; 97 (descent + ascent - 1) + bitmapByteWidth; 99 for (vpos = descent + ascent; --vpos >= 0;) { 107 pInk->descent = vpos - ascent + 1; 113 for (vpos = descent [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt.c | 97 *font_descent = fs->descent; 121 overall->descent = max (overall->descent, cs->descent); 135 overall->width = overall->ascent = overall->descent = 212 && (fs->min_bounds.descent == fs->max_bounds.descent)) 213 return ((fs->min_bounds.ascent + fs->min_bounds.descent) * count); 229 if (cs) height += (cs->ascent + cs->descent);
|
| H A D | TextExt16.c | 70 *font_descent = fs->descent; 96 overall->descent = max (overall->descent, cs->descent); 110 overall->width = overall->ascent = overall->descent = 186 && (fs->min_bounds.descent == fs->max_bounds.descent)) 187 return ((fs->min_bounds.ascent + fs->min_bounds.descent) * count); 205 if (cs) height += (cs->ascent + cs->descent);
|
| H A D | QuTextE16.c | 72 overall->descent = (short) cvtINT16toShort (rep.overallDescent);
|
| H A D | QuTextExt.c | 72 overall->descent = (short) cvtINT16toShort (rep.overallDescent);
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | fontink.c | 54 descent; local in function:FontCharInkMetrics 76 descent = pCI->metrics.descent; 83 for (vpos = descent + ascent; --vpos >= 0;) { 96 pInk->descent = 0; 99 pInk->ascent = vpos - descent + 1; 102 (descent + ascent - 1) + bitmapByteWidth; 104 for (vpos = descent + ascent; --vpos >= 0;) { 112 pInk->descent = vpos - ascent + 1; 118 for (vpos = descent [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | fontink.c | 55 descent; local in function:FontCharInkMetrics 77 descent = pCI->metrics.descent; 84 for (vpos = descent + ascent; --vpos >= 0;) { 97 pInk->descent = 0; 100 pInk->ascent = vpos - descent + 1; 103 (descent + ascent - 1) + bitmapByteWidth; 105 for (vpos = descent + ascent; --vpos >= 0;) { 113 pInk->descent = vpos - ascent + 1; 119 for (vpos = descent [all...] |
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextPer.c | 88 logical_descent = font->descent; 91 logical_descent = max(logical_descent, font->descent); 117 ink_buf->height = cs->ascent + cs->descent; 123 logical_buf->height = font->ascent + font->descent; 131 overall.descent = max(overall.descent, cs->descent); 151 overall_ink->height = overall.ascent + overall.descent;
|
| H A D | omTextExt.c | 89 overall.descent = max(overall.descent, tmp_overall.descent); 100 overall_ink->height = overall.ascent + overall.descent;
|
| H A D | omDefault.c | 156 overall_ink->height = overall.ascent + overall.descent; 245 ink_buf->height = cs->ascent + cs->descent; 251 logical_buf->height = font->ascent + font->descent; 259 overall.descent = max(overall.descent, cs->descent); 274 overall_ink->height = overall.ascent + overall.descent; 281 overall_logical->height = font->ascent + font->descent;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 107 fontinfo->max_bounds.descent; 140 charHeight = charinfo->ascent + charinfo->descent; 174 charHeight = charinfo->ascent + charinfo->descent; 214 charHeight = charinfo->ascent + charinfo->descent; 240 len = (charinfo->ascent + charinfo->descent) * 253 len = (charinfo->ascent + charinfo->descent) * 269 -charinfo->lbearing, charinfo->descent, 312 charHeight = charinfo->ascent + charinfo->descent;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | AsciiSink.c | 319 int ascent, int descent, Bool highlight, Bool right) 383 paint->max_descent = descent; 419 paint->max_descent = descent; 445 int i, ascent = 0, descent = 0, xl, xr, x = ctx->text.left_margin; local in function:AsciiPreparePaint 452 /* pass 1: calculate ascent/descent values and x coordinate */ 453 /* XXX the MAX ascent/descent value should be in the line table XXX */ 455 to calculate the ascent/descent, do it here to avoid an extra 474 descent = XawMax(font->descent, descent); 318 CalculateBearing(TextWidget ctx,XawTextPosition position,int x,int y,int ascent,int descent,Bool highlight,Bool right) argument 1373 int i, rWidth, ascent = 0, descent = 0; local in function:FindDistance 1481 int i, lastWidth, whiteSpaceWidth, rWidth, ascent = 0, descent = 0; local in function:FindPosition [all...] |
| /xsrc/external/mit/fstobdf/dist/ |
| H A D | chars.c | 110 charInfo->ascent + charInfo->descent, 112 -charInfo->descent); 120 for (unsigned row = 0; row < (charInfo->ascent + charInfo->descent); row++) {
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 167 cm->height = pci->metrics.descent + pci->metrics.ascent; 187 if (pci->metrics.descent < 0) 188 cm->height -= pci->metrics.descent;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | glyphcurs.c | 159 cm->height = pci->metrics.descent + pci->metrics.ascent; 175 if (pci->metrics.descent < 0) 176 cm->height -= pci->metrics.descent;
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | gridP.h | 80 (g)->fontgrid.text_font->descent : 1) 94 (g)->fontgrid.text_font->descent)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.c | 325 int descent; local in function:GetFont 363 for(i = 0, ascent = 0, descent = 0; i < fnum; i++) { 365 descent = MaxSize(descent, (*xfonts)->descent); 372 font->descent = descent;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 51 printf("%sascent = %d, descent = %d, attributes = %u\n", 52 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes); 58 printf("ascent = %d, descent = %d\n", font->ascent, font->descent); 242 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 324 height = ch->ascent + ch->descent; 326 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 55 printf("%sascent = %d, descent = %d, attributes = %u\n", 56 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes); 62 printf("ascent = %d, descent = %d\n", font->ascent, font->descent); 254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 335 height = ch->ascent + ch->descent; 337 y0 = ch->descent - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 50 printf("%sascent = %d, descent = %d, attributes = %u\n", 51 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes); 57 printf("ascent = %d, descent = %d\n", font->ascent, font->descent); 240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent; 322 height = ch->ascent + ch->descent; 324 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
|