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

12

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontaccel.c41 FontComputeInfoAccelerators(FontInfoPtr pFontInfo) argument
43 pFontInfo->noOverlap = FALSE;
44 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing)
45 pFontInfo->noOverlap = TRUE;
47 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) &&
48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) &&
49 (pFontInfo
86 FontCouldBeTerminal(FontInfoPtr pFontInfo) argument
[all...]
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontaccel.c42 FontComputeInfoAccelerators(FontInfoPtr pFontInfo) argument
44 pFontInfo->noOverlap = FALSE;
45 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing)
46 pFontInfo->noOverlap = TRUE;
48 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) &&
49 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) &&
50 (pFontInfo
87 FontCouldBeTerminal(FontInfoPtr pFontInfo) argument
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dfontaccel.c41 FontComputeInfoAccelerators(FontInfoPtr pFontInfo) argument
43 pFontInfo->noOverlap = FALSE;
44 if (pFontInfo->maxOverlap <= pFontInfo->minbounds.leftSideBearing)
45 pFontInfo->noOverlap = TRUE;
47 if ((pFontInfo->minbounds.ascent == pFontInfo->maxbounds.ascent) &&
48 (pFontInfo->minbounds.descent == pFontInfo->maxbounds.descent) &&
49 (pFontInfo
88 FontCouldBeTerminal(FontInfoPtr pFontInfo) argument
[all...]
H A Dpcfwrite.c168 pcfPutAccel(FontFilePtr file, CARD32 format, FontInfoPtr pFontInfo) argument
170 pcfPutINT8(file, format, pFontInfo->noOverlap);
171 pcfPutINT8(file, format, pFontInfo->constantMetrics);
172 pcfPutINT8(file, format, pFontInfo->terminalFont);
173 pcfPutINT8(file, format, pFontInfo->constantWidth);
174 pcfPutINT8(file, format, pFontInfo->inkInside);
175 pcfPutINT8(file, format, pFontInfo->inkMetrics);
176 pcfPutINT8(file, format, pFontInfo->drawDirection);
178 pcfPutINT32(file, format, pFontInfo->fontAscent);
179 pcfPutINT32(file, format, pFontInfo
[all...]
H A Dbitmap.h97 FontInfoPtr pFontInfo, FontEntryPtr entry,
H A Dpcf.h94 extern int pcfReadFontInfo(FontInfoPtr pFontInfo, FontFilePtr file);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c111 snfCopyInfo(snfFontInfoPtr snfInfo, FontInfoPtr pFontInfo) argument
113 pFontInfo->firstCol = snfInfo->firstCol;
114 pFontInfo->lastCol = snfInfo->lastCol;
115 pFontInfo->firstRow = snfInfo->firstRow;
116 pFontInfo->lastRow = snfInfo->lastRow;
117 pFontInfo->defaultCh = snfInfo->chDefault;
118 pFontInfo->noOverlap = snfInfo->noOverlap;
119 pFontInfo->terminalFont = snfInfo->terminalFont;
120 pFontInfo->constantMetrics = snfInfo->constantMetrics;
121 pFontInfo
137 snfReadProps(snfFontInfoPtr snfInfo,FontInfoPtr pFontInfo,FontFilePtr file) argument
443 snfReadFontInfo(FontInfoPtr pFontInfo,FontFilePtr file) argument
[all...]
H A Dpcfread.c240 pcfGetProperties(FontInfoPtr pFontInfo, FontFilePtr file, argument
330 pFontInfo->isStringProp = isStringProp;
331 pFontInfo->props = props;
332 pFontInfo->nprops = nprops;
349 pcfGetAccel(FontInfoPtr pFontInfo, FontFilePtr file, argument
364 pFontInfo->noOverlap = pcfGetINT8(file, format);
365 pFontInfo->constantMetrics = pcfGetINT8(file, format);
366 pFontInfo->terminalFont = pcfGetINT8(file, format);
367 pFontInfo->constantWidth = pcfGetINT8(file, format);
368 pFontInfo
704 pcfReadFontInfo(FontInfoPtr pFontInfo,FontFilePtr file) argument
[all...]
H A Dpcfwrite.c153 pcfPutAccel(FontFilePtr file, CARD32 format, FontInfoPtr pFontInfo) argument
155 pcfPutINT8(file, format, pFontInfo->noOverlap);
156 pcfPutINT8(file, format, pFontInfo->constantMetrics);
157 pcfPutINT8(file, format, pFontInfo->terminalFont);
158 pcfPutINT8(file, format, pFontInfo->constantWidth);
159 pcfPutINT8(file, format, pFontInfo->inkInside);
160 pcfPutINT8(file, format, pFontInfo->inkMetrics);
161 pcfPutINT8(file, format, pFontInfo->drawDirection);
163 pcfPutINT32(file, format, pFontInfo->fontAscent);
164 pcfPutINT32(file, format, pFontInfo
[all...]
H A Dbitmapfunc.c53 int (*ReadInfo) ( FontInfoPtr /* pFontInfo */,
146 BitmapGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
161 ret = (*readers[i].ReadInfo) (pFontInfo, file);
H A Dsnfstr.h180 extern int snfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c113 snfCopyInfo(snfFontInfoPtr snfInfo, FontInfoPtr pFontInfo) argument
115 pFontInfo->firstCol = snfInfo->firstCol;
116 pFontInfo->lastCol = snfInfo->lastCol;
117 pFontInfo->firstRow = snfInfo->firstRow;
118 pFontInfo->lastRow = snfInfo->lastRow;
119 pFontInfo->defaultCh = snfInfo->chDefault;
120 pFontInfo->noOverlap = snfInfo->noOverlap;
121 pFontInfo->terminalFont = snfInfo->terminalFont;
122 pFontInfo->constantMetrics = snfInfo->constantMetrics;
123 pFontInfo
139 snfReadProps(snfFontInfoPtr snfInfo,FontInfoPtr pFontInfo,FontFilePtr file) argument
445 snfReadFontInfo(FontInfoPtr pFontInfo,FontFilePtr file) argument
[all...]
H A Dpcfread.c242 pcfGetProperties(FontInfoPtr pFontInfo, FontFilePtr file, argument
332 pFontInfo->isStringProp = isStringProp;
333 pFontInfo->props = props;
334 pFontInfo->nprops = nprops;
351 pcfGetAccel(FontInfoPtr pFontInfo, FontFilePtr file, argument
366 pFontInfo->noOverlap = pcfGetINT8(file, format);
367 pFontInfo->constantMetrics = pcfGetINT8(file, format);
368 pFontInfo->terminalFont = pcfGetINT8(file, format);
369 pFontInfo->constantWidth = pcfGetINT8(file, format);
370 pFontInfo
706 pcfReadFontInfo(FontInfoPtr pFontInfo,FontFilePtr file) argument
[all...]
H A Dpcfwrite.c155 pcfPutAccel(FontFilePtr file, CARD32 format, FontInfoPtr pFontInfo) argument
157 pcfPutINT8(file, format, pFontInfo->noOverlap);
158 pcfPutINT8(file, format, pFontInfo->constantMetrics);
159 pcfPutINT8(file, format, pFontInfo->terminalFont);
160 pcfPutINT8(file, format, pFontInfo->constantWidth);
161 pcfPutINT8(file, format, pFontInfo->inkInside);
162 pcfPutINT8(file, format, pFontInfo->inkMetrics);
163 pcfPutINT8(file, format, pFontInfo->drawDirection);
165 pcfPutINT32(file, format, pFontInfo->fontAscent);
166 pcfPutINT32(file, format, pFontInfo
[all...]
H A Dbitmapfunc.c54 int (*ReadInfo) ( FontInfoPtr /* pFontInfo */,
147 BitmapGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
162 ret = (*readers[i].ReadInfo) (pFontInfo, file);
H A Dsnfstr.h180 extern int snfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
/xsrc/external/mit/libXfont/dist/src/builtins/
H A Drender.c75 BuiltinGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
84 ret = pcfReadFontInfo (pFontInfo, file);
105 FontInfoPtr pFontInfo,
104 BuiltinGetInfoScalable(FontPathElementPtr fpe,FontInfoPtr pFontInfo,FontEntryPtr entry,FontNamePtr fontName,char * fileName,FontScalablePtr vals) argument
/xsrc/external/mit/libXfont2/dist/src/builtins/
H A Drender.c76 BuiltinGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
85 ret = pcfReadFontInfo (pFontInfo, file);
106 FontInfoPtr pFontInfo,
105 BuiltinGetInfoScalable(FontPathElementPtr fpe,FontInfoPtr pFontInfo,FontEntryPtr entry,FontNamePtr fontName,char * fileName,FontScalablePtr vals) argument
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h80 extern int bdfReadFontInfo( FontInfoPtr pFontInfo, FontFilePtr file );
H A Dpcf.h93 extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
H A Dbitmap.h97 FontInfoPtr pFontInfo, FontEntryPtr entry,
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h80 extern int bdfReadFontInfo( FontInfoPtr pFontInfo, FontFilePtr file );
H A Dpcf.h93 extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
H A Dbitmap.h97 FontInfoPtr pFontInfo, FontEntryPtr entry,
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c552 FontFileGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
568 ret = (*bitmap->renderer->GetInfoBitmap) (fpe, pFontInfo, entry, fileName);
846 FontInfoPtr *pFontInfo)
893 *pFontInfo = &bitmap->pFont->info;
898 ret = FontFileGetInfoBitmap (fpe, *pFontInfo, entry);
972 *pFontInfo = &scaled->pFont->info;
981 *pFontInfo = &bitmap->pFont->info;
986 ret = FontFileGetInfoBitmap (fpe, *pFontInfo, entry);
1014 (fpe, *pFontInfo, entry, &tmpName, fileName,
1018 (fpe, *pFontInfo, entr
844 FontFileListOneFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo) argument
1040 FontFileListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
[all...]

Completed in 16 milliseconds

12