Searched refs:fontDescent (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontaccel.c61 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent))
76 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
79 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent))
92 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) &&
96 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {
H A Dfontutil.c73 info->fontDescent = pFont->info.fontDescent;
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontaccel.c62 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent))
77 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
80 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent))
93 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) &&
97 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {
H A Dfontutil.c64 info->fontDescent = pFont->info.fontDescent;
/xsrc/external/mit/bdftopcf/dist/
H A Dfontaccel.c61 (pFontInfo->maxbounds.descent == pFontInfo->fontDescent))
78 (pFontInfo->minbounds.ascent >= -pFontInfo->fontDescent) &&
81 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent))
96 (pFontInfo->maxbounds.descent <= pFontInfo->fontDescent) &&
101 pFontInfo->minbounds.descent != pFontInfo->fontDescent)) {
H A Dbdfutils.c297 pFont->info.fontDescent = prop->value;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86bigfproto.h76 INT16 fontDescent; member in struct:__anonde9bc7850208
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h55 int fontDescent; member in struct:_ExtentInfo
96 short fontDescent; member in struct:_FontInfo
284 #define FONT_MAX_DESCENT(pi) ((pi)->fontDescent > (pi)->ink_maxbounds.descent ? \
285 (pi)->fontDescent : (pi)->ink_maxbounds.descent)
/xsrc/external/mit/libX11/dist/src/
H A DQuTextE16.c70 *font_descent = cvtINT16toInt (rep.fontDescent);
H A DQuTextExt.c70 *font_descent = cvtINT16toInt (rep.fontDescent);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfstr.h145 * fontDescent */
153 * characterWidth && -fontDescent <= ascent <=
155 * fontDescent */
167 int fontDescent; /* minimum for quality typography */ member in struct:_snfFontInfo
H A Dbdfutils.c300 pFont->info.fontDescent = prop->value;
H A Dsnfread.c132 pFontInfo->fontDescent = snfInfo->fontDescent;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfstr.h145 * fontDescent */
153 * characterWidth && -fontDescent <= ascent <=
155 * fontDescent */
167 int fontDescent; /* minimum for quality typography */ member in struct:_snfFontInfo
H A Dbdfutils.c301 pFont->info.fontDescent = prop->value;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixfontstr.h38 #define FONTDESCENT(font) (font)->info.fontDescent
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixfontstr.h39 #define FONTDESCENT(font) (font)->info.fontDescent
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcfread.c1161 FT_FRAME_LONG_LE ( fontDescent ),
1183 FT_FRAME_LONG ( fontDescent ),
1238 " fontAscent=%ld, fontDescent=%ld, maxOverlap=%ld\n",
1247 accel->fontDescent,
1257 if ( FT_ABS( accel->fontDescent ) > 0x7FFF )
1259 accel->fontDescent = accel->fontDescent < 0 ? -0x7FFF : 0x7FFF;
1261 accel->fontDescent ));
1586 if ( face->accel.fontAscent + face->accel.fontDescent < 0 )
1590 face->accel.fontDescent ) >
[all...]
H A Dpcf.h130 FT_Long fontDescent; member in struct:PCF_AccelRec_
H A Dpcfdrivr.c421 size->metrics.descender = -accel->fontDescent * 64;
450 face->accel.fontDescent ) )
540 face->accel.fontDescent ) * 64 );
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h171 (structure)->fontDescent = (packet)->font_header_font_descent; \
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h171 (structure)->fontDescent = (packet)->font_header_font_descent; \
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h161 (packet)->font_header_font_descent = (structure)->fontDescent
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c583 reply->fontDescent = pFont->info.fontDescent;
599 swaps(&reply->fontDescent, tmp);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c569 reply->fontDescent = pFont->info.fontDescent;
584 swaps(&reply->fontDescent);

Completed in 20 milliseconds

123