Searched refs:minbounds (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontaccel.c44 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 Dfontaccel.c45 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 Dfontaccel.c44 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 Dbitmaputil.c54 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 Dpcfwrite.c181 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 Dbitmaputil.c51 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 Dsnfstr.h139 * minbounds->metrics.leftSideBearing */
148 * minbounds->metrics.characterWidth
169 snfCharInfoRec minbounds; /* MIN of glyph metrics over all chars */ member in struct:_snfFontInfo
H A Dpcfwrite.c166 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 Dsnfread.c129 pFontInfo->minbounds = snfInfo->minbounds.metrics;
410 pFont->info.ink_minbounds = pFont->info.minbounds;
493 pFontInfo->ink_minbounds = pFontInfo->minbounds;
H A Dbitscale.c894 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 Dbitmaputil.c53 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 Dsnfstr.h139 * minbounds->metrics.leftSideBearing */
148 * minbounds->metrics.characterWidth
169 snfCharInfoRec minbounds; /* MIN of glyph metrics over all chars */ member in struct:_snfFontInfo
H A Dpcfwrite.c168 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 Dsnfread.c131 pFontInfo->minbounds = snfInfo->minbounds.metrics;
412 pFont->info.ink_minbounds = pFont->info.minbounds;
495 pFontInfo->ink_minbounds = pFontInfo->minbounds;
H A Dbitscale.c891 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 Ddixfontstr.h35 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c78 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 Dfservestr.h174 fsUnpack_XCharInfo((packet)->font_header_min_bounds, &(structure)->minbounds); \
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c80 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 Dfservestr.h174 fsUnpack_XCharInfo((packet)->font_header_min_bounds, &(structure)->minbounds); \
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixfontstr.h36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcf.h132 PCF_MetricRec minbounds; member in struct:PCF_AccelRec_
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h92 xCharInfo minbounds; member in struct:_FontInfo
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_font.c71 glyph_width_pixels = font->info.maxbounds.rightSideBearing - font->info.minbounds.leftSideBearing;
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c400 if (height != pinfo->minbounds.ascent + pinfo->minbounds.descent)

Completed in 17 milliseconds

12