| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontaccel.c | 44 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing) 47 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) && 48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 49 (pFontInfo->minbounds.leftSideBearing == 51 (pFontInfo->minbounds.rightSideBearing == 53 (pFontInfo->minbounds.characterWidth == 55 (pFontInfo->minbounds.attributes == pFontInfo->maxbounds.attributes)) { 69 if (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth) 74 if ((pFontInfo->minbounds.leftSideBearing >= 0) && 76 (pFontInfo->minbounds [all...] |
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontaccel.c | 45 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing) 48 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) && 49 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 50 (pFontInfo->minbounds.leftSideBearing == 52 (pFontInfo->minbounds.rightSideBearing == 54 (pFontInfo->minbounds.characterWidth == 56 (pFontInfo->minbounds.attributes == pFontInfo->maxbounds.attributes)) { 70 if (pFontInfo->minbounds.characterWidth == pFontInfo->maxbounds.characterWidth) 75 if ((pFontInfo->minbounds.leftSideBearing >= 0) && 77 (pFontInfo->minbounds [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontaccel.c | 44 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing) 47 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) && 48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) && 49 (pFontInfo->minbounds.leftSideBearing == 51 (pFontInfo->minbounds.rightSideBearing == 53 (pFontInfo->minbounds.characterWidth == 55 (pFontInfo->minbounds.attributes == pFontInfo->maxbounds.attributes)) { 70 if (pFontInfo->minbounds.characterWidth == 76 if ((pFontInfo->minbounds.leftSideBearing >= 0) && 78 (pFontInfo->minbounds [all...] |
| H A D | bitmaputil.c | 54 if (minbounds->field > (ci)->field) \ 55 minbounds->field = (ci)->field; \ 79 xCharInfo *minbounds, *maxbounds; local in function:bitmapComputeFontBounds 84 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 88 minbounds = &pFont->info.minbounds; 91 *minbounds = initMinMetrics; 101 minbounds->attributes &= ci->metrics.attributes; 113 minbounds 162 xCharInfo *minbounds, *maxbounds, *ci; local in function:bitmapComputeFontInkBounds [all...] |
| H A D | pcfwrite.c | 181 pcfPutMetric(file, format, &pFontInfo->minbounds); 225 xCharInfo *minbounds, *maxbounds; local in function:pcfWriteFont 238 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 244 minbounds = &pFont->info.minbounds; 293 if (CanCompressMetrics(minbounds, maxbounds)) {
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitmaputil.c | 51 if (minbounds->field > (ci)->field) \ 52 minbounds->field = (ci)->field; \ 78 xCharInfo *minbounds, local in function:bitmapComputeFontBounds 84 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 87 minbounds = &pFont->info.minbounds; 90 *minbounds = initMinMetrics; 100 minbounds->attributes &= ci->metrics.attributes; 112 minbounds 155 xCharInfo *minbounds, local in function:bitmapComputeFontInkBounds [all...] |
| H A D | snfstr.h | 139 * minbounds->metrics.leftSideBearing */ 148 * minbounds->metrics.characterWidth 169 snfCharInfoRec minbounds; /* MIN of glyph metrics over all chars */ member in struct:_snfFontInfo
|
| H A D | pcfwrite.c | 166 pcfPutMetric(file, format, &pFontInfo->minbounds); 212 xCharInfo *minbounds, local in function:pcfWriteFont 227 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 232 minbounds = &pFont->info.minbounds; 279 if (CanCompressMetrics(minbounds, maxbounds)) {
|
| H A D | snfread.c | 129 pFontInfo->minbounds = snfInfo->minbounds.metrics; 410 pFont->info.ink_minbounds = pFont->info.minbounds; 493 pFontInfo->ink_minbounds = pFontInfo->minbounds;
|
| H A D | bitscale.c | 894 pfi->minbounds.leftSideBearing = MAXSHORT; 895 pfi->minbounds.rightSideBearing = MAXSHORT; 896 pfi->minbounds.ascent = MAXSHORT; 897 pfi->minbounds.descent = MAXSHORT; 898 pfi->minbounds.characterWidth = MAXSHORT; 899 pfi->minbounds.attributes = MAXSHORT; 1010 * check per-font minbounds and maxbounds character information. 1022 if (pfi->minbounds.field > pci->metrics.field) \ 1023 pfi->minbounds.field = pci->metrics.field; \ 1035 if ((INT16)pfi->minbounds [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitmaputil.c | 53 if (minbounds->field > (ci)->field) \ 54 minbounds->field = (ci)->field; \ 80 xCharInfo *minbounds, local in function:bitmapComputeFontBounds 86 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 89 minbounds = &pFont->info.minbounds; 92 *minbounds = initMinMetrics; 102 minbounds->attributes &= ci->metrics.attributes; 114 minbounds 157 xCharInfo *minbounds, local in function:bitmapComputeFontInkBounds [all...] |
| H A D | snfstr.h | 139 * minbounds->metrics.leftSideBearing */ 148 * minbounds->metrics.characterWidth 169 snfCharInfoRec minbounds; /* MIN of glyph metrics over all chars */ member in struct:_snfFontInfo
|
| H A D | pcfwrite.c | 168 pcfPutMetric(file, format, &pFontInfo->minbounds); 214 xCharInfo *minbounds, local in function:pcfWriteFont 229 minbounds = &bitmapFont->bitmapExtra->info.minbounds; 234 minbounds = &pFont->info.minbounds; 281 if (CanCompressMetrics(minbounds, maxbounds)) {
|
| H A D | snfread.c | 131 pFontInfo->minbounds = snfInfo->minbounds.metrics; 412 pFont->info.ink_minbounds = pFont->info.minbounds; 495 pFontInfo->ink_minbounds = pFontInfo->minbounds;
|
| H A D | bitscale.c | 891 pfi->minbounds.leftSideBearing = MAXSHORT; 892 pfi->minbounds.rightSideBearing = MAXSHORT; 893 pfi->minbounds.ascent = MAXSHORT; 894 pfi->minbounds.descent = MAXSHORT; 895 pfi->minbounds.characterWidth = MAXSHORT; 896 pfi->minbounds.attributes = MAXSHORT; 1007 * check per-font minbounds and maxbounds character information. 1019 if (pfi->minbounds.field > pci->metrics.field) \ 1020 pfi->minbounds.field = pci->metrics.field; \ 1032 if ((INT16)pfi->minbounds [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixfontstr.h | 35 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 78 pfi->minbounds.ascent = pfi->fontAscent; 79 pfi->minbounds.descent = pfi->fontDescent; 80 pfi->minbounds.leftSideBearing = 0; 81 pfi->minbounds.rightSideBearing = pfi->minbounds.characterWidth; 82 pfi->maxbounds = pfi->minbounds;
|
| H A D | fservestr.h | 174 fsUnpack_XCharInfo((packet)->font_header_min_bounds, &(structure)->minbounds); \
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 80 pfi->minbounds.ascent = pfi->fontAscent; 81 pfi->minbounds.descent = pfi->fontDescent; 82 pfi->minbounds.leftSideBearing = 0; 83 pfi->minbounds.rightSideBearing = pfi->minbounds.characterWidth; 84 pfi->maxbounds = pfi->minbounds;
|
| H A D | fservestr.h | 174 fsUnpack_XCharInfo((packet)->font_header_min_bounds, &(structure)->minbounds); \
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfontstr.h | 36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| H A D | pcf.h | 132 PCF_MetricRec minbounds; member in struct:PCF_AccelRec_
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | fontstruct.h | 92 xCharInfo minbounds; member in struct:_FontInfo
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_font.c | 71 glyph_width_pixels = font->info.maxbounds.rightSideBearing - font->info.minbounds.leftSideBearing;
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | charinfo.c | 400 if (height != pinfo->minbounds.ascent + pinfo->minbounds.descent)
|